#A06860

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

Shades of Dark Chestnut #A06860

Tints of Dark Chestnut #A06860

Color information

#A06860 (or 0xA06860) is unknown color: approx Dark Chestnut. HEX triplet: A0, 68 and 60. RGB value is (160,104,96). Sum of RGB (Red+Green+Blue) = 160+104+96=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06860 is #5F979F. Grayscale: #777777. Windows color (decimal): -6264736 or 6318240. OLE color: 6318240.

HSL color Cylindrical-coordinate representation of color #A06860: hue angle of 7.5º degrees, saturation: 0.25, 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 #A06860 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16010496-
CMYK00.350.40.37
HSL7.5º25.2%50.2%-
HSV(B)7.5º40%62.75%-
XYZ21.5618.2213.45-
YUV119.83114.55156.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=44.44%
G=28.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601049600.350.40.377.525.250.2
HexA06860023282581932
Octal2401501400435045103162
Binary10100000110100011000000100011101000100101100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06860; }

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

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

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

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

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

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

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

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