#A0665F

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

Shades of Dark Chestnut #A0665F

Tints of Dark Chestnut #A0665F

Color information

#A0665F (or 0xA0665F) is unknown color: approx Dark Chestnut. HEX triplet: A0, 66 and 5F. RGB value is (160,102,95). Sum of RGB (Red+Green+Blue) = 160+102+95=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665F is #5F99A0. Grayscale: #767676. Windows color (decimal): -6265249 or 6252192. OLE color: 6252192.

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

Color convert

RGB16010295-
CMYK00.360.410.37
HSL6.46º25.49%50%-
HSV(B)6.46º40.62%62.75%-
XYZ21.3117.813.14-
YUV118.54114.72157.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=44.82%
G=28.57%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601029500.360.410.376.4625.4950
HexA0665F024292561932
Octal240146137044514563162
Binary1010000011001101011111010010010100110010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0665F; }

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

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

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

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

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

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

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

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