#A8A334

Color #A8A334 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A8A334

Tints of Brass #A8A334

Color information

#A8A334 (or 0xA8A334) is unknown color: approx Brass. HEX triplet: A8, A3 and 34. RGB value is (168,163,52). Sum of RGB (Red+Green+Blue) = 168+163+52=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A334 is #575CCB. Grayscale: #989898. Windows color (decimal): -5725388 or 3449768. OLE color: 3449768.

HSL color Cylindrical-coordinate representation of color #A8A334: hue angle of 57.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8A334 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB16816352-
CMYK00.030.690.34
HSL57.41º52.73%43.14%-
HSV(B)57.41º69.05%65.88%-
XYZ29.8734.778.39-
YUV151.8471.66139.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=43.86%
G=42.56%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681635200.030.690.3457.4152.7343.14
HexA8A33403452239352b
Octal250243640310542716553
Binary10101000101000111101000111000101100010111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A334; }

 p { color: rgb(168,163,52); }

 H1.HeaderClassName
 {
   color: #A8A334;
 }
 .AnyTagClassName
 {
   color: #A8A334;
 }
</style>
background-color css

<style>
 a { background-color: #A8A334; }

 a { background-color: rgb(168,163,52); }

 div.DivClassName
 {
   background-color: #A8A334;
 }
 .BgClassName
 {
   background-color: #A8A334;
 }
</style>
border-color css

<style>
 span { border-color: #A8A334; }

 span { border-color: rgb(168,163,52); }

 td.TdClassName
 {
   border-color: #A8A334;
 }
 .TagClassName
 {
   border-color: #A8A334;
 }
</style>