#A76908

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

Shades of Golden Brown #A76908

Tints of Golden Brown #A76908

Color information

#A76908 (or 0xA76908) is unknown color: approx Golden Brown. HEX triplet: A7, 69 and 08. RGB value is (167,105,8). Sum of RGB (Red+Green+Blue) = 167+105+8=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A76908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76908 is #5896F7. Grayscale: #707070. Windows color (decimal): -5805816 or 551335. OLE color: 551335.

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

Color convert

RGB1671058-
CMYK00.370.950.35
HSL36.6º90.86%34.31%-
HSV(B)36.6º95.21%65.49%-
XYZ21.0318.342.66-
YUV112.4869.04166.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=59.64%
G=37.5%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167105800.370.950.3536.690.8634.31
HexA76980255F23255b22
Octal24715110045137434513342
Binary1010011111010011000010010110111111000111001011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76908; }

 p { color: rgb(167,105,8); }

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

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

 a { background-color: rgb(167,105,8); }

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

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

 span { border-color: rgb(167,105,8); }

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