Shades of Pale Chestnut #EAA2AB
Tints of Pale Chestnut #EAA2AB
RGB
CMYK
RGB Variations
Color information
#EAA2AB (or 0xEAA2AB) is known color: Pale Chestnut. HEX triplet: EA, A2 and AB. RGB value is (234,162,171). Sum of RGB (Red+Green+Blue) = 234+162+171=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2AB is #155D54. Grayscale: #B8B8B8. Windows color (decimal): -1400149 or 11248362. OLE color: 11248362.
HSL color Cylindrical-coordinate representation of color #EAA2AB: hue angle of 352.5º 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 #EAA2AB is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 171 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.08 |
| HSL | 352.5º | 0.63% | 0.78% | - |
| HSV(B) | 352.5º | 0.31% | 0.92% | - |
| XYZ | 54.2 | 46.27 | 44.6 | - |
| YUV | 184.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 171 | 0 | 0.31 | 0.27 | 0.08 | 352.5 | 0.63 | 0.78 |
| Hex | EA | A2 | AB | 0 | 1F | 1B | 8 | 160 | 3F | 4E |
| Octal | 352 | 242 | 253 | 0 | 37 | 33 | 10 | 540 | 77 | 116 |
| Binary | 11101010 | 10100010 | 10101011 | 0 | 11111 | 11011 | 1000 | 101100000 | 111111 | 1001110 |
Color Harmonies of #EAA2AB
Complementary color
Monochromatic Colors of #EAA2AB
Black with #EAA2AB
Text Example
Text Example
White with #EAA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA2AB; }
p { color: rgb(234,162,171); }
H1.HeaderClassName
{
color: #EAA2AB;
}
.AnyTagClassName
{
color: #EAA2AB;
}
</style>
background-color css
<style>
a { background-color: #EAA2AB; }
a { background-color: rgb(234,162,171); }
div.DivClassName
{
background-color: #EAA2AB;
}
.BgClassName
{
background-color: #EAA2AB;
}
</style>
border-color css
<style>
span { border-color: #EAA2AB; }
span { border-color: rgb(234,162,171); }
td.TdClassName
{
border-color: #EAA2AB;
}
.TagClassName
{
border-color: #EAA2AB;
}
</style>