#a76600

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

Shades of Golden Brown #A76600

Tints of Golden Brown #A76600

Color information

#A76600 (or 0xA76600) is unknown color: approx Golden Brown. HEX triplet: A7, 66 and 00. RGB value is (167,102,0). Sum of RGB (Red+Green+Blue) = 167+102+0=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A76600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76600 is #5899FF. Grayscale: #6E6E6E. Windows color (decimal): -5806592 or 26279. OLE color: 26279.

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

Color convert

RGB1671020-
CMYK00.3910.35
HSL36.65º100%32.75%-
HSV(B)36.65º100%65.49%-
XYZ20.6917.722.33-
YUV109.8166.03168.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.08%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.08%
G=37.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167102000.3910.3536.6510032.75
HexA76600276423256421
Octal2471460047144434514441
Binary1010011111001100010011111001001000111001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76600; }

 p { color: rgb(167,102,0); }

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

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

 a { background-color: rgb(167,102,0); }

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

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

 span { border-color: rgb(167,102,0); }

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