#A77006

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

Shades of Golden Brown #A77006

Tints of Golden Brown #A77006

Color information

#A77006 (or 0xA77006) is unknown color: approx Golden Brown. HEX triplet: A7, 70 and 06. RGB value is (167,112,6). Sum of RGB (Red+Green+Blue) = 167+112+6=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A77006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77006 is #588FF9. Grayscale: #747474. Windows color (decimal): -5804026 or 422055. OLE color: 422055.

HSL color Cylindrical-coordinate representation of color #A77006: hue angle of 39.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A77006 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671126-
CMYK00.330.960.35
HSL39.5º93.06%33.92%-
HSV(B)39.5º96.41%65.49%-
XYZ21.7619.822.85-
YUV116.3665.72164.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=58.60%
G=39.30%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167112600.330.960.3539.593.0633.92
HexA77060216023285d22
Octal2471606041140435013542
Binary101001111110000110010000111000001000111010001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77006; }

 p { color: rgb(167,112,6); }

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

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

 a { background-color: rgb(167,112,6); }

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

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

 span { border-color: rgb(167,112,6); }

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