#A76706

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

Shades of Golden Brown #A76706

Tints of Golden Brown #A76706

Color information

#A76706 (or 0xA76706) is unknown color: approx Golden Brown. HEX triplet: A7, 67 and 06. RGB value is (167,103,6). Sum of RGB (Red+Green+Blue) = 167+103+6=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A76706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76706 is #5898F9. Grayscale: #6F6F6F. Windows color (decimal): -5806330 or 419751. OLE color: 419751.

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

Color convert

RGB1671036-
CMYK00.380.960.35
HSL36.15º93.06%33.92%-
HSV(B)36.15º96.41%65.49%-
XYZ20.8217.932.54-
YUV111.0868.7167.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=60.51%
G=37.32%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167103600.380.960.3536.1593.0633.92
HexA76760266023245d22
Octal2471476046140434413542
Binary101001111100111110010011011000001000111001001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76706; }

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

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

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

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

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

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

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

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