#A0685F

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

Shades of Dark Chestnut #A0685F

Tints of Dark Chestnut #A0685F

Color information

#A0685F (or 0xA0685F) is unknown color: approx Dark Chestnut. HEX triplet: A0, 68 and 5F. RGB value is (160,104,95). Sum of RGB (Red+Green+Blue) = 160+104+95=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0685F is #5F97A0. Grayscale: #777777. Windows color (decimal): -6264737 or 6252704. OLE color: 6252704.

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

Color convert

RGB16010495-
CMYK00.350.410.37
HSL8.31º25.49%50%-
HSV(B)8.31º40.62%62.75%-
XYZ21.5118.213.21-
YUV119.72114.05156.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=44.57%
G=28.97%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601049500.350.410.378.3125.4950
HexA0685F023292581932
Octal2401501370435145103162
Binary10100000110100010111110100011101001100101100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0685F; }

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

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

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

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

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

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

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

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