Html Css Color HEX #A06C64 Dark Chestnut

📋 copy color: '#A06C64'

red 160 ◦ green 108 ◦ blue 100

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

Shades of Dark Chestnut #A06C64

Tints of Dark Chestnut #A06C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 43.48%
G = 29.35%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A06C64 (or 0xA06C64) is known color: Dark Chestnut. HEX triplet: A0, 6C and 64. RGB value is (160,108,100). Sum of RGB (Red+Green+Blue) = 160+108+100=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C64 is #5F939B. Grayscale: #7A7A7A. Windows color (decimal): -6263708 or 6581408. OLE color: 6581408.

HSL color Cylindrical-coordinate representation of color #A06C64: hue angle of 8º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06C64 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 100 -
CMYK 0 0.32 0.38 0.37
HSL 0.24% 0.51% -
HSV(B) 0.38% 0.63% -
XYZ 22.16 19.12 14.58 -
YUV 122.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 160 108 100 0 0.32 0.38 0.37 8 0.24 0.51
Hex A0 6C 64 0 20 26 25 8 18 33
Octal 240 154 144 0 40 46 45 10 30 63
Binary 10100000 1101100 1100100 0 100000 100110 100101 1000 11000 110011

Color Harmonies of #A06C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C64

Black with #A06C64

Text Example


Text Example

White with #A06C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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