Shades of Pale Chestnut #E6AAAF
Tints of Pale Chestnut #E6AAAF
RGB
CMYK
RGB Variations
Color information
#E6AAAF (or 0xE6AAAF) is known color: Pale Chestnut. HEX triplet: E6, AA and AF. RGB value is (230,170,175). Sum of RGB (Red+Green+Blue) = 230+170+175=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAAF is #195550. Grayscale: #BCBCBC. Windows color (decimal): -1660241 or 11512550. OLE color: 11512550.
HSL color Cylindrical-coordinate representation of color #E6AAAF: hue angle of 355º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AAAF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 175 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.10 |
| HSL | 355º | 0.55% | 0.78% | - |
| HSV(B) | 355º | 0.26% | 0.9% | - |
| XYZ | 54.75 | 48.67 | 47.07 | - |
| YUV | 188.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 175 | 0 | 0.26 | 0.24 | 0.10 | 355 | 0.55 | 0.78 |
| Hex | E6 | AA | AF | 0 | 1A | 18 | A | 163 | 37 | 4E |
| Octal | 346 | 252 | 257 | 0 | 32 | 30 | 12 | 543 | 67 | 116 |
| Binary | 11100110 | 10101010 | 10101111 | 0 | 11010 | 11000 | 1010 | 101100011 | 110111 | 1001110 |
Color Harmonies of #E6AAAF
Complementary color
Monochromatic Colors of #E6AAAF
Black with #E6AAAF
Text Example
Text Example
White with #E6AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAAF; }
p { color: rgb(230,170,175); }
H1.HeaderClassName
{
color: #E6AAAF;
}
.AnyTagClassName
{
color: #E6AAAF;
}
</style>
background-color css
<style>
a { background-color: #E6AAAF; }
a { background-color: rgb(230,170,175); }
div.DivClassName
{
background-color: #E6AAAF;
}
.BgClassName
{
background-color: #E6AAAF;
}
</style>
border-color css
<style>
span { border-color: #E6AAAF; }
span { border-color: rgb(230,170,175); }
td.TdClassName
{
border-color: #E6AAAF;
}
.TagClassName
{
border-color: #E6AAAF;
}
</style>