Shades of Pale Chestnut #E6A1A2
Tints of Pale Chestnut #E6A1A2
RGB
CMYK
RGB Variations
Color information
#E6A1A2 (or 0xE6A1A2) is known color: Pale Chestnut. HEX triplet: E6, A1 and A2. RGB value is (230,161,162). Sum of RGB (Red+Green+Blue) = 230+161+162=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A1A2 is #195E5D. Grayscale: #B5B5B5. Windows color (decimal): -1662558 or 10658278. OLE color: 10658278.
HSL color Cylindrical-coordinate representation of color #E6A1A2: hue angle of 359.13º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A1A2 is Cyan = 0, Magento = 0.3, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 162 | - |
| CMYK | 0 | 0.3 | 0.30 | 0.10 |
| HSL | 359.13º | 0.58% | 0.77% | - |
| HSV(B) | 359.13º | 0.3% | 0.9% | - |
| XYZ | 51.9 | 44.92 | 40.12 | - |
| YUV | 181.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 162 | 0 | 0.3 | 0.30 | 0.10 | 359.13 | 0.58 | 0.77 |
| Hex | E6 | A1 | A2 | 0 | 1E | 1E | A | 167 | 3A | 4D |
| Octal | 346 | 241 | 242 | 0 | 36 | 36 | 12 | 547 | 72 | 115 |
| Binary | 11100110 | 10100001 | 10100010 | 0 | 11110 | 11110 | 1010 | 101100111 | 111010 | 1001101 |
Color Harmonies of #E6A1A2
Complementary color
Monochromatic Colors of #E6A1A2
Black with #E6A1A2
Text Example
Text Example
White with #E6A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1A2; }
p { color: rgb(230,161,162); }
H1.HeaderClassName
{
color: #E6A1A2;
}
.AnyTagClassName
{
color: #E6A1A2;
}
</style>
background-color css
<style>
a { background-color: #E6A1A2; }
a { background-color: rgb(230,161,162); }
div.DivClassName
{
background-color: #E6A1A2;
}
.BgClassName
{
background-color: #E6A1A2;
}
</style>
border-color css
<style>
span { border-color: #E6A1A2; }
span { border-color: rgb(230,161,162); }
td.TdClassName
{
border-color: #E6A1A2;
}
.TagClassName
{
border-color: #E6A1A2;
}
</style>