Html Css Color HEX #A06C60 Dark Chestnut

📋 copy color: '#A06C60'

red 160 ◦ green 108 ◦ blue 96

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

Shades of Dark Chestnut #A06C60

Tints of Dark Chestnut #A06C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 43.96%
G = 29.67%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A06C60 (or 0xA06C60) is known color: Dark Chestnut. HEX triplet: A0, 6C and 60. RGB value is (160,108,96). Sum of RGB (Red+Green+Blue) = 160+108+96=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C60 is #5F939F. Grayscale: #7A7A7A. Windows color (decimal): -6263712 or 6319264. OLE color: 6319264.

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

Color convert

RGB 160 108 96 -
CMYK 0 0.32 0.4 0.37
HSL 11.25º 0.25% 0.5% -
HSV(B) 11.25º 0.4% 0.63% -
XYZ 21.97 19.04 13.58 -
YUV 122.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 160 108 96 0 0.32 0.4 0.37 11.25 0.25 0.5
Hex A0 6C 60 0 20 28 25 B 19 32
Octal 240 154 140 0 40 50 45 13 31 62
Binary 10100000 1101100 1100000 0 100000 101000 100101 1011 11001 110010

Color Harmonies of #A06C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C60

Black with #A06C60

Text Example


Text Example

White with #A06C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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