Shades of Pale Chestnut #E6A4AB
Tints of Pale Chestnut #E6A4AB
RGB
CMYK
RGB Variations
Color information
#E6A4AB (or 0xE6A4AB) is known color: Pale Chestnut. HEX triplet: E6, A4 and AB. RGB value is (230,164,171). Sum of RGB (Red+Green+Blue) = 230+164+171=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A4AB is #195B54. Grayscale: #B8B8B8. Windows color (decimal): -1661781 or 11248870. OLE color: 11248870.
HSL color Cylindrical-coordinate representation of color #E6A4AB: hue angle of 353.64º 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 #E6A4AB is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 171 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.10 |
| HSL | 353.64º | 0.57% | 0.77% | - |
| HSV(B) | 353.64º | 0.29% | 0.9% | - |
| XYZ | 53.26 | 46.31 | 44.66 | - |
| YUV | 184.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 171 | 0 | 0.29 | 0.26 | 0.10 | 353.64 | 0.57 | 0.77 |
| Hex | E6 | A4 | AB | 0 | 1D | 1A | A | 162 | 39 | 4D |
| Octal | 346 | 244 | 253 | 0 | 35 | 32 | 12 | 542 | 71 | 115 |
| Binary | 11100110 | 10100100 | 10101011 | 0 | 11101 | 11010 | 1010 | 101100010 | 111001 | 1001101 |
Color Harmonies of #E6A4AB
Complementary color
Monochromatic Colors of #E6A4AB
Black with #E6A4AB
Text Example
Text Example
White with #E6A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A4AB; }
p { color: rgb(230,164,171); }
H1.HeaderClassName
{
color: #E6A4AB;
}
.AnyTagClassName
{
color: #E6A4AB;
}
</style>
background-color css
<style>
a { background-color: #E6A4AB; }
a { background-color: rgb(230,164,171); }
div.DivClassName
{
background-color: #E6A4AB;
}
.BgClassName
{
background-color: #E6A4AB;
}
</style>
border-color css
<style>
span { border-color: #E6A4AB; }
span { border-color: rgb(230,164,171); }
td.TdClassName
{
border-color: #E6A4AB;
}
.TagClassName
{
border-color: #E6A4AB;
}
</style>