Shades of Pale Chestnut #EAA8AA
Tints of Pale Chestnut #EAA8AA
RGB
CMYK
RGB Variations
Color information
#EAA8AA (or 0xEAA8AA) is known color: Pale Chestnut. HEX triplet: EA, A8 and AA. RGB value is (234,168,170). Sum of RGB (Red+Green+Blue) = 234+168+170=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA8AA is #155755. Grayscale: #BCBCBC. Windows color (decimal): -1398614 or 11184362. OLE color: 11184362.
HSL color Cylindrical-coordinate representation of color #EAA8AA: hue angle of 358.18º 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 #EAA8AA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 170 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.08 |
| HSL | 358.18º | 0.61% | 0.79% | - |
| HSV(B) | 358.18º | 0.28% | 0.92% | - |
| XYZ | 55.19 | 48.4 | 44.46 | - |
| YUV | 187.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 170 | 0 | 0.28 | 0.27 | 0.08 | 358.18 | 0.61 | 0.79 |
| Hex | EA | A8 | AA | 0 | 1C | 1B | 8 | 166 | 3D | 4F |
| Octal | 352 | 250 | 252 | 0 | 34 | 33 | 10 | 546 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10101010 | 0 | 11100 | 11011 | 1000 | 101100110 | 111101 | 1001111 |
Color Harmonies of #EAA8AA
Complementary color
Monochromatic Colors of #EAA8AA
Black with #EAA8AA
Text Example
Text Example
White with #EAA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8AA; }
p { color: rgb(234,168,170); }
H1.HeaderClassName
{
color: #EAA8AA;
}
.AnyTagClassName
{
color: #EAA8AA;
}
</style>
background-color css
<style>
a { background-color: #EAA8AA; }
a { background-color: rgb(234,168,170); }
div.DivClassName
{
background-color: #EAA8AA;
}
.BgClassName
{
background-color: #EAA8AA;
}
</style>
border-color css
<style>
span { border-color: #EAA8AA; }
span { border-color: rgb(234,168,170); }
td.TdClassName
{
border-color: #EAA8AA;
}
.TagClassName
{
border-color: #EAA8AA;
}
</style>