#A16962

Color #A16962 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #A16962

Tints of Dark Chestnut #A16962

Color information

#A16962 (or 0xA16962) is unknown color: approx Dark Chestnut. HEX triplet: A1, 69 and 62. RGB value is (161,105,98). Sum of RGB (Red+Green+Blue) = 161+105+98=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16962 is #5E969D. Grayscale: #797979. Windows color (decimal): -6198942 or 6449569. OLE color: 6449569.

HSL color Cylindrical-coordinate representation of color #A16962: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16962 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16110598-
CMYK00.350.390.37
HSL6.67º25.1%50.78%-
HSV(B)6.67º39.13%63.14%-
XYZ21.9518.5613.98-
YUV120.95115.05156.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=44.23%
G=28.85%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611059800.350.390.376.6725.150.78
HexA16962023272571933
Octal241151142043474573163
Binary1010000111010011100010010001110011110010111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16962; }

 p { color: rgb(161,105,98); }

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

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

 a { background-color: rgb(161,105,98); }

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

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

 span { border-color: rgb(161,105,98); }

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