#A0675F

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

Shades of Dark Chestnut #A0675F

Tints of Dark Chestnut #A0675F

Color information

#A0675F (or 0xA0675F) is unknown color: approx Dark Chestnut. HEX triplet: A0, 67 and 5F. RGB value is (160,103,95). Sum of RGB (Red+Green+Blue) = 160+103+95=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0675F is #5F98A0. Grayscale: #777777. Windows color (decimal): -6264993 or 6252448. OLE color: 6252448.

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

Color convert

RGB16010395-
CMYK00.360.410.37
HSL7.38º25.49%50%-
HSV(B)7.38º40.62%62.75%-
XYZ21.411813.17-
YUV119.13114.38157.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=44.69%
G=28.77%
B=26.54%

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
Decimal1601039500.360.410.377.3825.4950
HexA0675F024292571932
Octal240147137044514573162
Binary1010000011001111011111010010010100110010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0675F; }

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

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

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

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

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

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

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

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