Shades of Pale Chestnut #EAA6AF
Tints of Pale Chestnut #EAA6AF
RGB
CMYK
RGB Variations
Color information
#EAA6AF (or 0xEAA6AF) is known color: Pale Chestnut. HEX triplet: EA, A6 and AF. RGB value is (234,166,175). Sum of RGB (Red+Green+Blue) = 234+166+175=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6AF is #155950. Grayscale: #BBBBBB. Windows color (decimal): -1399121 or 11511530. OLE color: 11511530.
HSL color Cylindrical-coordinate representation of color #EAA6AF: hue angle of 352.06º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6AF is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 175 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.08 |
| HSL | 352.06º | 0.62% | 0.78% | - |
| HSV(B) | 352.06º | 0.29% | 0.92% | - |
| XYZ | 55.31 | 47.86 | 46.88 | - |
| YUV | 187.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 175 | 0 | 0.29 | 0.25 | 0.08 | 352.06 | 0.62 | 0.78 |
| Hex | EA | A6 | AF | 0 | 1D | 19 | 8 | 160 | 3E | 4E |
| Octal | 352 | 246 | 257 | 0 | 35 | 31 | 10 | 540 | 76 | 116 |
| Binary | 11101010 | 10100110 | 10101111 | 0 | 11101 | 11001 | 1000 | 101100000 | 111110 | 1001110 |
Color Harmonies of #EAA6AF
Complementary color
Monochromatic Colors of #EAA6AF
Black with #EAA6AF
Text Example
Text Example
White with #EAA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6AF; }
p { color: rgb(234,166,175); }
H1.HeaderClassName
{
color: #EAA6AF;
}
.AnyTagClassName
{
color: #EAA6AF;
}
</style>
background-color css
<style>
a { background-color: #EAA6AF; }
a { background-color: rgb(234,166,175); }
div.DivClassName
{
background-color: #EAA6AF;
}
.BgClassName
{
background-color: #EAA6AF;
}
</style>
border-color css
<style>
span { border-color: #EAA6AF; }
span { border-color: rgb(234,166,175); }
td.TdClassName
{
border-color: #EAA6AF;
}
.TagClassName
{
border-color: #EAA6AF;
}
</style>