#A76E06

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

Shades of Golden Brown #A76E06

Tints of Golden Brown #A76E06

Color information

#A76E06 (or 0xA76E06) is unknown color: approx Golden Brown. HEX triplet: A7, 6E and 06. RGB value is (167,110,6). Sum of RGB (Red+Green+Blue) = 167+110+6=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76E06 is #5891F9. Grayscale: #737373. Windows color (decimal): -5804538 or 421543. OLE color: 421543.

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

Color convert

RGB1671106-
CMYK00.340.960.35
HSL38.76º93.06%33.92%-
HSV(B)38.76º96.41%65.49%-
XYZ21.5519.382.78-
YUV115.1966.38164.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 6 (2.73% from 255) = 2.12%
R=59.01%
G=38.87%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167110600.340.960.3538.7693.0633.92
HexA76E60226023275d22
Octal2471566042140434713542
Binary101001111101110110010001011000001000111001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E06; }

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

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

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

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

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

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

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

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