Shades of Pale Chestnut #E6A3AA
Tints of Pale Chestnut #E6A3AA
RGB
CMYK
RGB Variations
Color information
#E6A3AA (or 0xE6A3AA) is known color: Pale Chestnut. HEX triplet: E6, A3 and AA. RGB value is (230,163,170). Sum of RGB (Red+Green+Blue) = 230+163+170=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A3AA is #195C55. Grayscale: #B7B7B7. Windows color (decimal): -1662038 or 11183078. OLE color: 11183078.
HSL color Cylindrical-coordinate representation of color #E6A3AA: hue angle of 353.73º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3AA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 170 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.10 |
| HSL | 353.73º | 0.57% | 0.77% | - |
| HSV(B) | 353.73º | 0.29% | 0.9% | - |
| XYZ | 52.99 | 45.92 | 44.1 | - |
| YUV | 183.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 170 | 0 | 0.29 | 0.26 | 0.10 | 353.73 | 0.57 | 0.77 |
| Hex | E6 | A3 | AA | 0 | 1D | 1A | A | 162 | 39 | 4D |
| Octal | 346 | 243 | 252 | 0 | 35 | 32 | 12 | 542 | 71 | 115 |
| Binary | 11100110 | 10100011 | 10101010 | 0 | 11101 | 11010 | 1010 | 101100010 | 111001 | 1001101 |
Color Harmonies of #E6A3AA
Complementary color
Monochromatic Colors of #E6A3AA
Black with #E6A3AA
Text Example
Text Example
White with #E6A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A3AA; }
p { color: rgb(230,163,170); }
H1.HeaderClassName
{
color: #E6A3AA;
}
.AnyTagClassName
{
color: #E6A3AA;
}
</style>
background-color css
<style>
a { background-color: #E6A3AA; }
a { background-color: rgb(230,163,170); }
div.DivClassName
{
background-color: #E6A3AA;
}
.BgClassName
{
background-color: #E6A3AA;
}
</style>
border-color css
<style>
span { border-color: #E6A3AA; }
span { border-color: rgb(230,163,170); }
td.TdClassName
{
border-color: #E6A3AA;
}
.TagClassName
{
border-color: #E6A3AA;
}
</style>