Shades of Pale Chestnut #E3A8AF
Tints of Pale Chestnut #E3A8AF
RGB
CMYK
RGB Variations
Color information
#E3A8AF (or 0xE3A8AF) is known color: Pale Chestnut. HEX triplet: E3, A8 and AF. RGB value is (227,168,175). Sum of RGB (Red+Green+Blue) = 227+168+175=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A8AF is #1C5750. Grayscale: #BABABA. Windows color (decimal): -1857361 or 11512035. OLE color: 11512035.
HSL color Cylindrical-coordinate representation of color #E3A8AF: hue angle of 352.88º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3A8AF is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 175 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.11 |
| HSL | 352.88º | 0.51% | 0.77% | - |
| HSV(B) | 352.88º | 0.26% | 0.89% | - |
| XYZ | 53.42 | 47.43 | 46.9 | - |
| YUV | 186.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 175 | 0 | 0.26 | 0.23 | 0.11 | 352.88 | 0.51 | 0.77 |
| Hex | E3 | A8 | AF | 0 | 1A | 17 | B | 161 | 33 | 4D |
| Octal | 343 | 250 | 257 | 0 | 32 | 27 | 13 | 541 | 63 | 115 |
| Binary | 11100011 | 10101000 | 10101111 | 0 | 11010 | 10111 | 1011 | 101100001 | 110011 | 1001101 |
Color Harmonies of #E3A8AF
Complementary color
Monochromatic Colors of #E3A8AF
Black with #E3A8AF
Text Example
Text Example
White with #E3A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8AF; }
p { color: rgb(227,168,175); }
H1.HeaderClassName
{
color: #E3A8AF;
}
.AnyTagClassName
{
color: #E3A8AF;
}
</style>
background-color css
<style>
a { background-color: #E3A8AF; }
a { background-color: rgb(227,168,175); }
div.DivClassName
{
background-color: #E3A8AF;
}
.BgClassName
{
background-color: #E3A8AF;
}
</style>
border-color css
<style>
span { border-color: #E3A8AF; }
span { border-color: rgb(227,168,175); }
td.TdClassName
{
border-color: #E3A8AF;
}
.TagClassName
{
border-color: #E3A8AF;
}
</style>