Shades of Pale Chestnut #EAA2AA
Tints of Pale Chestnut #EAA2AA
RGB
CMYK
RGB Variations
Color information
#EAA2AA (or 0xEAA2AA) is known color: Pale Chestnut. HEX triplet: EA, A2 and AA. RGB value is (234,162,170). Sum of RGB (Red+Green+Blue) = 234+162+170=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2AA is #155D55. Grayscale: #B8B8B8. Windows color (decimal): -1400150 or 11182826. OLE color: 11182826.
HSL color Cylindrical-coordinate representation of color #EAA2AA: hue angle of 353.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA2AA is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 170 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.08 |
| HSL | 353.33º | 0.63% | 0.78% | - |
| HSV(B) | 353.33º | 0.31% | 0.92% | - |
| XYZ | 54.11 | 46.24 | 44.1 | - |
| YUV | 184.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 170 | 0 | 0.31 | 0.27 | 0.08 | 353.33 | 0.63 | 0.78 |
| Hex | EA | A2 | AA | 0 | 1F | 1B | 8 | 161 | 3F | 4E |
| Octal | 352 | 242 | 252 | 0 | 37 | 33 | 10 | 541 | 77 | 116 |
| Binary | 11101010 | 10100010 | 10101010 | 0 | 11111 | 11011 | 1000 | 101100001 | 111111 | 1001110 |
Color Harmonies of #EAA2AA
Complementary color
Monochromatic Colors of #EAA2AA
Black with #EAA2AA
Text Example
Text Example
White with #EAA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA2AA; }
p { color: rgb(234,162,170); }
H1.HeaderClassName
{
color: #EAA2AA;
}
.AnyTagClassName
{
color: #EAA2AA;
}
</style>
background-color css
<style>
a { background-color: #EAA2AA; }
a { background-color: rgb(234,162,170); }
div.DivClassName
{
background-color: #EAA2AA;
}
.BgClassName
{
background-color: #EAA2AA;
}
</style>
border-color css
<style>
span { border-color: #EAA2AA; }
span { border-color: rgb(234,162,170); }
td.TdClassName
{
border-color: #EAA2AA;
}
.TagClassName
{
border-color: #EAA2AA;
}
</style>