Shades of Pale Chestnut #E6ABAC
Tints of Pale Chestnut #E6ABAC
RGB
CMYK
RGB Variations
Color information
#E6ABAC (or 0xE6ABAC) is known color: Pale Chestnut. HEX triplet: E6, AB and AC. RGB value is (230,171,172). Sum of RGB (Red+Green+Blue) = 230+171+172=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABAC is #195453. Grayscale: #BCBCBC. Windows color (decimal): -1659988 or 11316198. OLE color: 11316198.
HSL color Cylindrical-coordinate representation of color #E6ABAC: hue angle of 358.98º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABAC is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 172 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.10 |
| HSL | 358.98º | 0.54% | 0.79% | - |
| HSV(B) | 358.98º | 0.26% | 0.9% | - |
| XYZ | 54.64 | 48.93 | 45.59 | - |
| YUV | 188.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 172 | 0 | 0.26 | 0.25 | 0.10 | 358.98 | 0.54 | 0.79 |
| Hex | E6 | AB | AC | 0 | 1A | 19 | A | 167 | 36 | 4F |
| Octal | 346 | 253 | 254 | 0 | 32 | 31 | 12 | 547 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10101100 | 0 | 11010 | 11001 | 1010 | 101100111 | 110110 | 1001111 |
Color Harmonies of #E6ABAC
Complementary color
Monochromatic Colors of #E6ABAC
Black with #E6ABAC
Text Example
Text Example
White with #E6ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABAC; }
p { color: rgb(230,171,172); }
H1.HeaderClassName
{
color: #E6ABAC;
}
.AnyTagClassName
{
color: #E6ABAC;
}
</style>
background-color css
<style>
a { background-color: #E6ABAC; }
a { background-color: rgb(230,171,172); }
div.DivClassName
{
background-color: #E6ABAC;
}
.BgClassName
{
background-color: #E6ABAC;
}
</style>
border-color css
<style>
span { border-color: #E6ABAC; }
span { border-color: rgb(230,171,172); }
td.TdClassName
{
border-color: #E6ABAC;
}
.TagClassName
{
border-color: #E6ABAC;
}
</style>