Shades of Pale Chestnut #EAA9AA
Tints of Pale Chestnut #EAA9AA
RGB
CMYK
RGB Variations
Color information
#EAA9AA (or 0xEAA9AA) is known color: Pale Chestnut. HEX triplet: EA, A9 and AA. RGB value is (234,169,170). Sum of RGB (Red+Green+Blue) = 234+169+170=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9AA is #155655. Grayscale: #BCBCBC. Windows color (decimal): -1398358 or 11184618. OLE color: 11184618.
HSL color Cylindrical-coordinate representation of color #EAA9AA: hue angle of 359.08º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9AA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 170 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.08 |
| HSL | 359.08º | 0.61% | 0.79% | - |
| HSV(B) | 359.08º | 0.28% | 0.92% | - |
| XYZ | 55.38 | 48.77 | 44.53 | - |
| YUV | 188.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 170 | 0 | 0.28 | 0.27 | 0.08 | 359.08 | 0.61 | 0.79 |
| Hex | EA | A9 | AA | 0 | 1C | 1B | 8 | 167 | 3D | 4F |
| Octal | 352 | 251 | 252 | 0 | 34 | 33 | 10 | 547 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10101010 | 0 | 11100 | 11011 | 1000 | 101100111 | 111101 | 1001111 |
Color Harmonies of #EAA9AA
Complementary color
Monochromatic Colors of #EAA9AA
Black with #EAA9AA
Text Example
Text Example
White with #EAA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9AA; }
p { color: rgb(234,169,170); }
H1.HeaderClassName
{
color: #EAA9AA;
}
.AnyTagClassName
{
color: #EAA9AA;
}
</style>
background-color css
<style>
a { background-color: #EAA9AA; }
a { background-color: rgb(234,169,170); }
div.DivClassName
{
background-color: #EAA9AA;
}
.BgClassName
{
background-color: #EAA9AA;
}
</style>
border-color css
<style>
span { border-color: #EAA9AA; }
span { border-color: rgb(234,169,170); }
td.TdClassName
{
border-color: #EAA9AA;
}
.TagClassName
{
border-color: #EAA9AA;
}
</style>