Shades of Pale Chestnut #E6A4AA
Tints of Pale Chestnut #E6A4AA
RGB
CMYK
RGB Variations
Color information
#E6A4AA (or 0xE6A4AA) is known color: Pale Chestnut. HEX triplet: E6, A4 and AA. RGB value is (230,164,170). Sum of RGB (Red+Green+Blue) = 230+164+170=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A4AA is #195B55. Grayscale: #B8B8B8. Windows color (decimal): -1661782 or 11183334. OLE color: 11183334.
HSL color Cylindrical-coordinate representation of color #E6A4AA: hue angle of 354.55º 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 #E6A4AA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 170 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.10 |
| HSL | 354.55º | 0.57% | 0.77% | - |
| HSV(B) | 354.55º | 0.29% | 0.9% | - |
| XYZ | 53.16 | 46.28 | 44.16 | - |
| YUV | 184.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 170 | 0 | 0.29 | 0.26 | 0.10 | 354.55 | 0.57 | 0.77 |
| Hex | E6 | A4 | AA | 0 | 1D | 1A | A | 163 | 39 | 4D |
| Octal | 346 | 244 | 252 | 0 | 35 | 32 | 12 | 543 | 71 | 115 |
| Binary | 11100110 | 10100100 | 10101010 | 0 | 11101 | 11010 | 1010 | 101100011 | 111001 | 1001101 |
Color Harmonies of #E6A4AA
Complementary color
Monochromatic Colors of #E6A4AA
Black with #E6A4AA
Text Example
Text Example
White with #E6A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A4AA; }
p { color: rgb(230,164,170); }
H1.HeaderClassName
{
color: #E6A4AA;
}
.AnyTagClassName
{
color: #E6A4AA;
}
</style>
background-color css
<style>
a { background-color: #E6A4AA; }
a { background-color: rgb(230,164,170); }
div.DivClassName
{
background-color: #E6A4AA;
}
.BgClassName
{
background-color: #E6A4AA;
}
</style>
border-color css
<style>
span { border-color: #E6A4AA; }
span { border-color: rgb(230,164,170); }
td.TdClassName
{
border-color: #E6A4AA;
}
.TagClassName
{
border-color: #E6A4AA;
}
</style>