Shades of Pale Chestnut #E6A8AA
Tints of Pale Chestnut #E6A8AA
RGB
CMYK
RGB Variations
Color information
#E6A8AA (or 0xE6A8AA) is known color: Pale Chestnut. HEX triplet: E6, A8 and AA. RGB value is (230,168,170). Sum of RGB (Red+Green+Blue) = 230+168+170=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A8AA is #195755. Grayscale: #BABABA. Windows color (decimal): -1660758 or 11184358. OLE color: 11184358.
HSL color Cylindrical-coordinate representation of color #E6A8AA: hue angle of 358.06º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A8AA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 170 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.10 |
| HSL | 358.06º | 0.55% | 0.78% | - |
| HSV(B) | 358.06º | 0.27% | 0.9% | - |
| XYZ | 53.89 | 47.73 | 44.4 | - |
| YUV | 186.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 170 | 0 | 0.27 | 0.26 | 0.10 | 358.06 | 0.55 | 0.78 |
| Hex | E6 | A8 | AA | 0 | 1B | 1A | A | 166 | 37 | 4E |
| Octal | 346 | 250 | 252 | 0 | 33 | 32 | 12 | 546 | 67 | 116 |
| Binary | 11100110 | 10101000 | 10101010 | 0 | 11011 | 11010 | 1010 | 101100110 | 110111 | 1001110 |
Color Harmonies of #E6A8AA
Complementary color
Monochromatic Colors of #E6A8AA
Black with #E6A8AA
Text Example
Text Example
White with #E6A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A8AA; }
p { color: rgb(230,168,170); }
H1.HeaderClassName
{
color: #E6A8AA;
}
.AnyTagClassName
{
color: #E6A8AA;
}
</style>
background-color css
<style>
a { background-color: #E6A8AA; }
a { background-color: rgb(230,168,170); }
div.DivClassName
{
background-color: #E6A8AA;
}
.BgClassName
{
background-color: #E6A8AA;
}
</style>
border-color css
<style>
span { border-color: #E6A8AA; }
span { border-color: rgb(230,168,170); }
td.TdClassName
{
border-color: #E6A8AA;
}
.TagClassName
{
border-color: #E6A8AA;
}
</style>