#A16860

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

Shades of Dark Chestnut #A16860

Tints of Dark Chestnut #A16860

Color information

#A16860 (or 0xA16860) is unknown color: approx Dark Chestnut. HEX triplet: A1, 68 and 60. RGB value is (161,104,96). Sum of RGB (Red+Green+Blue) = 161+104+96=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16860 is #5E979F. Grayscale: #787878. Windows color (decimal): -6199200 or 6318241. OLE color: 6318241.

HSL color Cylindrical-coordinate representation of color #A16860: hue angle of 7.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16860 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16110496-
CMYK00.350.400.37
HSL7.38º25.69%50.39%-
HSV(B)7.38º40.37%63.14%-
XYZ21.7618.3213.46-
YUV120.13114.38157.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=44.60%
G=28.81%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611049600.350.400.377.3825.6950.39
HexA16860023282571a32
Octal241150140043504573262
Binary1010000111010001100000010001110100010010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16860; }

 p { color: rgb(161,104,96); }

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

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

 a { background-color: rgb(161,104,96); }

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

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

 span { border-color: rgb(161,104,96); }

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