Shades of Pale Chestnut #EAA8AC
Tints of Pale Chestnut #EAA8AC
RGB
CMYK
RGB Variations
Color information
#EAA8AC (or 0xEAA8AC) is known color: Pale Chestnut. HEX triplet: EA, A8 and AC. RGB value is (234,168,172). Sum of RGB (Red+Green+Blue) = 234+168+172=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA8AC is #155753. Grayscale: #BCBCBC. Windows color (decimal): -1398612 or 11315434. OLE color: 11315434.
HSL color Cylindrical-coordinate representation of color #EAA8AC: hue angle of 356.36º 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 #EAA8AC is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 172 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.08 |
| HSL | 356.36º | 0.61% | 0.79% | - |
| HSV(B) | 356.36º | 0.28% | 0.92% | - |
| XYZ | 55.38 | 48.48 | 45.47 | - |
| YUV | 188.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 172 | 0 | 0.28 | 0.26 | 0.08 | 356.36 | 0.61 | 0.79 |
| Hex | EA | A8 | AC | 0 | 1C | 1A | 8 | 164 | 3D | 4F |
| Octal | 352 | 250 | 254 | 0 | 34 | 32 | 10 | 544 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10101100 | 0 | 11100 | 11010 | 1000 | 101100100 | 111101 | 1001111 |
Color Harmonies of #EAA8AC
Complementary color
Monochromatic Colors of #EAA8AC
Black with #EAA8AC
Text Example
Text Example
White with #EAA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8AC; }
p { color: rgb(234,168,172); }
H1.HeaderClassName
{
color: #EAA8AC;
}
.AnyTagClassName
{
color: #EAA8AC;
}
</style>
background-color css
<style>
a { background-color: #EAA8AC; }
a { background-color: rgb(234,168,172); }
div.DivClassName
{
background-color: #EAA8AC;
}
.BgClassName
{
background-color: #EAA8AC;
}
</style>
border-color css
<style>
span { border-color: #EAA8AC; }
span { border-color: rgb(234,168,172); }
td.TdClassName
{
border-color: #EAA8AC;
}
.TagClassName
{
border-color: #EAA8AC;
}
</style>