#A06861

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

Shades of Dark Chestnut #A06861

Tints of Dark Chestnut #A06861

Color information

#A06861 (or 0xA06861) is unknown color: approx Dark Chestnut. HEX triplet: A0, 68 and 61. RGB value is (160,104,97). Sum of RGB (Red+Green+Blue) = 160+104+97=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06861 is #5F979E. Grayscale: #787878. Windows color (decimal): -6264735 or 6383776. OLE color: 6383776.

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

Color convert

RGB16010497-
CMYK00.350.390.37
HSL6.67º24.9%50.39%-
HSV(B)6.67º39.38%62.75%-
XYZ21.6118.2413.69-
YUV119.95115.05156.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=44.32%
G=28.81%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601049700.350.390.376.6724.950.39
HexA06861023272571932
Octal240150141043474573162
Binary1010000011010001100001010001110011110010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06861; }

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

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

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

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

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

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

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

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