Shades of Pale Chestnut #E6AAAD
Tints of Pale Chestnut #E6AAAD
RGB
CMYK
RGB Variations
Color information
#E6AAAD (or 0xE6AAAD) is known color: Pale Chestnut. HEX triplet: E6, AA and AD. RGB value is (230,170,173). Sum of RGB (Red+Green+Blue) = 230+170+173=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAAD is #195552. Grayscale: #BCBCBC. Windows color (decimal): -1660243 or 11381478. OLE color: 11381478.
HSL color Cylindrical-coordinate representation of color #E6AAAD: hue angle of 357º 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 #E6AAAD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 173 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.10 |
| HSL | 357º | 0.55% | 0.78% | - |
| HSV(B) | 357º | 0.26% | 0.9% | - |
| XYZ | 54.55 | 48.59 | 46.04 | - |
| YUV | 188.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 173 | 0 | 0.26 | 0.25 | 0.10 | 357 | 0.55 | 0.78 |
| Hex | E6 | AA | AD | 0 | 1A | 19 | A | 165 | 37 | 4E |
| Octal | 346 | 252 | 255 | 0 | 32 | 31 | 12 | 545 | 67 | 116 |
| Binary | 11100110 | 10101010 | 10101101 | 0 | 11010 | 11001 | 1010 | 101100101 | 110111 | 1001110 |
Color Harmonies of #E6AAAD
Complementary color
Monochromatic Colors of #E6AAAD
Black with #E6AAAD
Text Example
Text Example
White with #E6AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAAD; }
p { color: rgb(230,170,173); }
H1.HeaderClassName
{
color: #E6AAAD;
}
.AnyTagClassName
{
color: #E6AAAD;
}
</style>
background-color css
<style>
a { background-color: #E6AAAD; }
a { background-color: rgb(230,170,173); }
div.DivClassName
{
background-color: #E6AAAD;
}
.BgClassName
{
background-color: #E6AAAD;
}
</style>
border-color css
<style>
span { border-color: #E6AAAD; }
span { border-color: rgb(230,170,173); }
td.TdClassName
{
border-color: #E6AAAD;
}
.TagClassName
{
border-color: #E6AAAD;
}
</style>