#A76506

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

Shades of Golden Brown #A76506

Tints of Golden Brown #A76506

Color information

#A76506 (or 0xA76506) is unknown color: approx Golden Brown. HEX triplet: A7, 65 and 06. RGB value is (167,101,6). Sum of RGB (Red+Green+Blue) = 167+101+6=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A76506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76506 is #589AF9. Grayscale: #6E6E6E. Windows color (decimal): -5806842 or 419239. OLE color: 419239.

HSL color Cylindrical-coordinate representation of color #A76506: hue angle of 35.4º 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 #A76506 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671016-
CMYK00.400.960.35
HSL35.4º93.06%33.92%-
HSV(B)35.4º96.41%65.49%-
XYZ20.6217.542.47-
YUV109.969.37168.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.95%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=60.95%
G=36.86%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167101600.400.960.3535.493.0633.92
HexA76560286023235d22
Octal2471456050140434313542
Binary101001111100101110010100011000001000111000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76506; }

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

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

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

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

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

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

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

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