#A96006

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

Shades of Golden Brown #A96006

Tints of Golden Brown #A96006

Color information

#A96006 (or 0xA96006) is unknown color: approx Golden Brown. HEX triplet: A9, 60 and 06. RGB value is (169,96,6). Sum of RGB (Red+Green+Blue) = 169+96+6=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A96006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96006 is #569FF9. Grayscale: #6C6C6C. Windows color (decimal): -5677050 or 417961. OLE color: 417961.

HSL color Cylindrical-coordinate representation of color #A96006: hue angle of 33.13º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A96006 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169966-
CMYK00.430.960.34
HSL33.13º93.14%34.31%-
HSV(B)33.13º96.45%66.27%-
XYZ20.5816.812.33-
YUV107.5770.68171.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=62.36%
G=35.42%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16996600.430.960.3433.1393.1434.31
HexA960602B6022215d22
Octal2511406053140424113542
Binary101010011100000110010101111000001000101000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96006; }

 p { color: rgb(169,96,6); }

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

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

 a { background-color: rgb(169,96,6); }

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

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

 span { border-color: rgb(169,96,6); }

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