#A96D16

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

Shades of Golden Brown #A96D16

Tints of Golden Brown #A96D16

Color information

#A96D16 (or 0xA96D16) is unknown color: approx Golden Brown. HEX triplet: A9, 6D and 16. RGB value is (169,109,22). Sum of RGB (Red+Green+Blue) = 169+109+22=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96D16 is #5692E9. Grayscale: #757575. Windows color (decimal): -5673706 or 1469865. OLE color: 1469865.

HSL color Cylindrical-coordinate representation of color #A96D16: hue angle of 35.51º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A96D16 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB16910922-
CMYK00.360.870.34
HSL35.51º76.96%37.45%-
HSV(B)35.51º86.98%66.27%-
XYZ21.9819.433.35-
YUV117.0274.38165.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=56.33%
G=36.33%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691092200.360.870.3435.5176.9637.45
HexA96D160245722244d25
Octal25115526044127424411545
Binary10101001110110110110010010010101111000101001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D16; }

 p { color: rgb(169,109,22); }

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

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

 a { background-color: rgb(169,109,22); }

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

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

 span { border-color: rgb(169,109,22); }

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