#A06960

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

Shades of Dark Chestnut #A06960

Tints of Dark Chestnut #A06960

Color information

#A06960 (or 0xA06960) is unknown color: approx Dark Chestnut. HEX triplet: A0, 69 and 60. RGB value is (160,105,96). Sum of RGB (Red+Green+Blue) = 160+105+96=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06960 is #5F969F. Grayscale: #787878. Windows color (decimal): -6264480 or 6318496. OLE color: 6318496.

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

Color convert

RGB16010596-
CMYK00.340.40.37
HSL8.44º25.2%50.2%-
HSV(B)8.44º40%62.75%-
XYZ21.6618.4213.48-
YUV120.42114.22156.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=44.32%
G=29.09%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601059600.340.40.378.4425.250.2
HexA06960022282581932
Octal2401511400425045103162
Binary10100000110100111000000100010101000100101100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06960; }

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

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

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

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

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

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

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

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