Html Css Color HEX #DEA0AA Pale Chestnut

📋 copy color: '#DEA0AA'

red 222 ◦ green 160 ◦ blue 170

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

Shades of Pale Chestnut #DEA0AA

Tints of Pale Chestnut #DEA0AA

RGB

 RED value IS 222 (87.11% from 255) = 40.22%

 GREEN value IS 160 (62.89% from 255) = 28.99%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 40.22%
G = 28.99%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEA0AA (or 0xDEA0AA) is known color: Pale Chestnut. HEX triplet: DE, A0 and AA. RGB value is (222,160,170). Sum of RGB (Red+Green+Blue) = 222+160+170=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA0AA is #215F55. Grayscale: #B3B3B3. Windows color (decimal): -2187094 or 11182302. OLE color: 11182302.

HSL color Cylindrical-coordinate representation of color #DEA0AA: hue angle of 350.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA0AA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 170 -
CMYK 0 0.28 0.23 0.13
HSL 350.32º 0.48% 0.75% -
HSV(B) 350.32º 0.28% 0.87% -
XYZ 49.95 43.57 43.81 -
YUV 179.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 222 160 170 0 0.28 0.23 0.13 350.32 0.48 0.75
Hex DE A0 AA 0 1C 17 D 15E 30 4B
Octal 336 240 252 0 34 27 15 536 60 113
Binary 11011110 10100000 10101010 0 11100 10111 1101 101011110 110000 1001011

Color Harmonies of #DEA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0AA

Black with #DEA0AA

Text Example


Text Example

White with #DEA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0AA; }

 p { color: rgb(222,160,170); }

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

background-color css

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

 a { background-color: rgb(222,160,170); }

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

border-color css

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

 span { border-color: rgb(222,160,170); }

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