Html Css Color HEX #A06860 Dark Chestnut

📋 copy color: '#A06860'

red 160 ◦ green 104 ◦ blue 96

#A06860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #A06860

Tints of Dark Chestnut #A06860

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 44.44%
G = 28.89%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A06860 (or 0xA06860) is known color: Dark Chestnut. HEX triplet: A0, 68 and 60. RGB value is (160,104,96). Sum of RGB (Red+Green+Blue) = 160+104+96=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06860 is #5F979F. Grayscale: #777777. Windows color (decimal): -6264736 or 6318240. OLE color: 6318240.

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

Color convert

RGB 160 104 96 -
CMYK 0 0.35 0.4 0.37
HSL 7.5º 0.25% 0.5% -
HSV(B) 7.5º 0.4% 0.63% -
XYZ 21.56 18.22 13.45 -
YUV 119.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 160 104 96 0 0.35 0.4 0.37 7.5 0.25 0.5
Hex A0 68 60 0 23 28 25 8 19 32
Octal 240 150 140 0 43 50 45 10 31 62
Binary 10100000 1101000 1100000 0 100011 101000 100101 1000 11001 110010

Color Harmonies of #A06860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06860

Black with #A06860

Text Example


Text Example

White with #A06860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06860; }

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

 H1.HeaderClassName
 {
   color: #A06860;
 }
 .AnyTagClassName
 {
   color: #A06860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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