Shades of Pale Chestnut #E6A7AB
Tints of Pale Chestnut #E6A7AB
RGB
CMYK
RGB Variations
Color information
#E6A7AB (or 0xE6A7AB) is known color: Pale Chestnut. HEX triplet: E6, A7 and AB. RGB value is (230,167,171). Sum of RGB (Red+Green+Blue) = 230+167+171=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7AB is #195854. Grayscale: #BABABA. Windows color (decimal): -1661013 or 11249638. OLE color: 11249638.
HSL color Cylindrical-coordinate representation of color #E6A7AB: hue angle of 356.19º degrees, saturation: 0.56, 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 #E6A7AB is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 171 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.10 |
| HSL | 356.19º | 0.56% | 0.78% | - |
| HSV(B) | 356.19º | 0.27% | 0.9% | - |
| XYZ | 53.8 | 47.4 | 44.84 | - |
| YUV | 186.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 171 | 0 | 0.27 | 0.26 | 0.10 | 356.19 | 0.56 | 0.78 |
| Hex | E6 | A7 | AB | 0 | 1B | 1A | A | 164 | 38 | 4E |
| Octal | 346 | 247 | 253 | 0 | 33 | 32 | 12 | 544 | 70 | 116 |
| Binary | 11100110 | 10100111 | 10101011 | 0 | 11011 | 11010 | 1010 | 101100100 | 111000 | 1001110 |
Color Harmonies of #E6A7AB
Complementary color
Monochromatic Colors of #E6A7AB
Black with #E6A7AB
Text Example
Text Example
White with #E6A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A7AB; }
p { color: rgb(230,167,171); }
H1.HeaderClassName
{
color: #E6A7AB;
}
.AnyTagClassName
{
color: #E6A7AB;
}
</style>
background-color css
<style>
a { background-color: #E6A7AB; }
a { background-color: rgb(230,167,171); }
div.DivClassName
{
background-color: #E6A7AB;
}
.BgClassName
{
background-color: #E6A7AB;
}
</style>
border-color css
<style>
span { border-color: #E6A7AB; }
span { border-color: rgb(230,167,171); }
td.TdClassName
{
border-color: #E6A7AB;
}
.TagClassName
{
border-color: #E6A7AB;
}
</style>