#A96E16

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

Shades of Golden Brown #A96E16

Tints of Golden Brown #A96E16

Color information

#A96E16 (or 0xA96E16) is unknown color: approx Golden Brown. HEX triplet: A9, 6E and 16. RGB value is (169,110,22). Sum of RGB (Red+Green+Blue) = 169+110+22=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96E16 is #5691E9. Grayscale: #767676. Windows color (decimal): -5673450 or 1470121. OLE color: 1470121.

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

Color convert

RGB16911022-
CMYK00.350.870.34
HSL35.92º76.96%37.45%-
HSV(B)35.92º86.98%66.27%-
XYZ22.0819.643.39-
YUV117.6174.05164.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=56.15%
G=36.54%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691102200.350.870.3435.9276.9637.45
HexA96E160235722244d25
Octal25115626043127424411545
Binary10101001110111010110010001110101111000101001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E16; }

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

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

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

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

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

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

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

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