Shades of Pale Chestnut #E6A6AC
Tints of Pale Chestnut #E6A6AC
RGB
CMYK
RGB Variations
Color information
#E6A6AC (or 0xE6A6AC) is known color: Pale Chestnut. HEX triplet: E6, A6 and AC. RGB value is (230,166,172). Sum of RGB (Red+Green+Blue) = 230+166+172=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A6AC is #195953. Grayscale: #B9B9B9. Windows color (decimal): -1661268 or 11314918. OLE color: 11314918.
HSL color Cylindrical-coordinate representation of color #E6A6AC: hue angle of 354.38º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6A6AC is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 172 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.10 |
| HSL | 354.38º | 0.56% | 0.78% | - |
| HSV(B) | 354.38º | 0.28% | 0.9% | - |
| XYZ | 53.72 | 47.07 | 45.28 | - |
| YUV | 185.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 172 | 0 | 0.28 | 0.25 | 0.10 | 354.38 | 0.56 | 0.78 |
| Hex | E6 | A6 | AC | 0 | 1C | 19 | A | 162 | 38 | 4E |
| Octal | 346 | 246 | 254 | 0 | 34 | 31 | 12 | 542 | 70 | 116 |
| Binary | 11100110 | 10100110 | 10101100 | 0 | 11100 | 11001 | 1010 | 101100010 | 111000 | 1001110 |
Color Harmonies of #E6A6AC
Complementary color
Monochromatic Colors of #E6A6AC
Black with #E6A6AC
Text Example
Text Example
White with #E6A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6AC; }
p { color: rgb(230,166,172); }
H1.HeaderClassName
{
color: #E6A6AC;
}
.AnyTagClassName
{
color: #E6A6AC;
}
</style>
background-color css
<style>
a { background-color: #E6A6AC; }
a { background-color: rgb(230,166,172); }
div.DivClassName
{
background-color: #E6A6AC;
}
.BgClassName
{
background-color: #E6A6AC;
}
</style>
border-color css
<style>
span { border-color: #E6A6AC; }
span { border-color: rgb(230,166,172); }
td.TdClassName
{
border-color: #E6A6AC;
}
.TagClassName
{
border-color: #E6A6AC;
}
</style>