Shades of Pale Chestnut #E2A3AC
Tints of Pale Chestnut #E2A3AC
RGB
CMYK
RGB Variations
Color information
#E2A3AC (or 0xE2A3AC) is known color: Pale Chestnut. HEX triplet: E2, A3 and AC. RGB value is (226,163,172). Sum of RGB (Red+Green+Blue) = 226+163+172=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A3AC is #1D5C53. Grayscale: #B6B6B6. Windows color (decimal): -1924180 or 11314146. OLE color: 11314146.
HSL color Cylindrical-coordinate representation of color #E2A3AC: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2A3AC is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 172 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.11 |
| HSL | 351.43º | 0.52% | 0.76% | - |
| HSV(B) | 351.43º | 0.28% | 0.89% | - |
| XYZ | 51.91 | 45.34 | 45.05 | - |
| YUV | 182.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 172 | 0 | 0.28 | 0.24 | 0.11 | 351.43 | 0.52 | 0.76 |
| Hex | E2 | A3 | AC | 0 | 1C | 18 | B | 15F | 34 | 4C |
| Octal | 342 | 243 | 254 | 0 | 34 | 30 | 13 | 537 | 64 | 114 |
| Binary | 11100010 | 10100011 | 10101100 | 0 | 11100 | 11000 | 1011 | 101011111 | 110100 | 1001100 |
Color Harmonies of #E2A3AC
Complementary color
Monochromatic Colors of #E2A3AC
Black with #E2A3AC
Text Example
Text Example
White with #E2A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A3AC; }
p { color: rgb(226,163,172); }
H1.HeaderClassName
{
color: #E2A3AC;
}
.AnyTagClassName
{
color: #E2A3AC;
}
</style>
background-color css
<style>
a { background-color: #E2A3AC; }
a { background-color: rgb(226,163,172); }
div.DivClassName
{
background-color: #E2A3AC;
}
.BgClassName
{
background-color: #E2A3AC;
}
</style>
border-color css
<style>
span { border-color: #E2A3AC; }
span { border-color: rgb(226,163,172); }
td.TdClassName
{
border-color: #E2A3AC;
}
.TagClassName
{
border-color: #E2A3AC;
}
</style>