Shades of Pale Chestnut #EAA3AA
Tints of Pale Chestnut #EAA3AA
RGB
CMYK
RGB Variations
Color information
#EAA3AA (or 0xEAA3AA) is known color: Pale Chestnut. HEX triplet: EA, A3 and AA. RGB value is (234,163,170). Sum of RGB (Red+Green+Blue) = 234+163+170=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA3AA is #155C55. Grayscale: #B9B9B9. Windows color (decimal): -1399894 or 11183082. OLE color: 11183082.
HSL color Cylindrical-coordinate representation of color #EAA3AA: hue angle of 354.08º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA3AA is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 170 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.08 |
| HSL | 354.08º | 0.63% | 0.78% | - |
| HSV(B) | 354.08º | 0.3% | 0.92% | - |
| XYZ | 54.28 | 46.59 | 44.16 | - |
| YUV | 185.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 170 | 0 | 0.30 | 0.27 | 0.08 | 354.08 | 0.63 | 0.78 |
| Hex | EA | A3 | AA | 0 | 1E | 1B | 8 | 162 | 3F | 4E |
| Octal | 352 | 243 | 252 | 0 | 36 | 33 | 10 | 542 | 77 | 116 |
| Binary | 11101010 | 10100011 | 10101010 | 0 | 11110 | 11011 | 1000 | 101100010 | 111111 | 1001110 |
Color Harmonies of #EAA3AA
Complementary color
Monochromatic Colors of #EAA3AA
Black with #EAA3AA
Text Example
Text Example
White with #EAA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3AA; }
p { color: rgb(234,163,170); }
H1.HeaderClassName
{
color: #EAA3AA;
}
.AnyTagClassName
{
color: #EAA3AA;
}
</style>
background-color css
<style>
a { background-color: #EAA3AA; }
a { background-color: rgb(234,163,170); }
div.DivClassName
{
background-color: #EAA3AA;
}
.BgClassName
{
background-color: #EAA3AA;
}
</style>
border-color css
<style>
span { border-color: #EAA3AA; }
span { border-color: rgb(234,163,170); }
td.TdClassName
{
border-color: #EAA3AA;
}
.TagClassName
{
border-color: #EAA3AA;
}
</style>