Shades of Pale Chestnut #E6AAB0
Tints of Pale Chestnut #E6AAB0
RGB
CMYK
RGB Variations
Color information
#E6AAB0 (or 0xE6AAB0) is known color: Pale Chestnut. HEX triplet: E6, AA and B0. RGB value is (230,170,176). Sum of RGB (Red+Green+Blue) = 230+170+176=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAB0 is #19554F. Grayscale: #BCBCBC. Windows color (decimal): -1660240 or 11578086. OLE color: 11578086.
HSL color Cylindrical-coordinate representation of color #E6AAB0: hue angle of 354º 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 #E6AAB0 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 176 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.10 |
| HSL | 354º | 0.55% | 0.78% | - |
| HSV(B) | 354º | 0.26% | 0.9% | - |
| XYZ | 54.84 | 48.71 | 47.59 | - |
| YUV | 188.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 176 | 0 | 0.26 | 0.23 | 0.10 | 354 | 0.55 | 0.78 |
| Hex | E6 | AA | B0 | 0 | 1A | 17 | A | 162 | 37 | 4E |
| Octal | 346 | 252 | 260 | 0 | 32 | 27 | 12 | 542 | 67 | 116 |
| Binary | 11100110 | 10101010 | 10110000 | 0 | 11010 | 10111 | 1010 | 101100010 | 110111 | 1001110 |
Color Harmonies of #E6AAB0
Complementary color
Monochromatic Colors of #E6AAB0
Black with #E6AAB0
Text Example
Text Example
White with #E6AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAB0; }
p { color: rgb(230,170,176); }
H1.HeaderClassName
{
color: #E6AAB0;
}
.AnyTagClassName
{
color: #E6AAB0;
}
</style>
background-color css
<style>
a { background-color: #E6AAB0; }
a { background-color: rgb(230,170,176); }
div.DivClassName
{
background-color: #E6AAB0;
}
.BgClassName
{
background-color: #E6AAB0;
}
</style>
border-color css
<style>
span { border-color: #E6AAB0; }
span { border-color: rgb(230,170,176); }
td.TdClassName
{
border-color: #E6AAB0;
}
.TagClassName
{
border-color: #E6AAB0;
}
</style>