Shades of Pale Chestnut #E6A3AD
Tints of Pale Chestnut #E6A3AD
RGB
CMYK
RGB Variations
Color information
#E6A3AD (or 0xE6A3AD) is known color: Pale Chestnut. HEX triplet: E6, A3 and AD. RGB value is (230,163,173). Sum of RGB (Red+Green+Blue) = 230+163+173=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A3AD is #195C52. Grayscale: #B8B8B8. Windows color (decimal): -1662035 or 11379686. OLE color: 11379686.
HSL color Cylindrical-coordinate representation of color #E6A3AD: hue angle of 351.04º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3AD is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 173 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.10 |
| HSL | 351.04º | 0.57% | 0.77% | - |
| HSV(B) | 351.04º | 0.29% | 0.9% | - |
| XYZ | 53.27 | 46.03 | 45.61 | - |
| YUV | 184.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 173 | 0 | 0.29 | 0.25 | 0.10 | 351.04 | 0.57 | 0.77 |
| Hex | E6 | A3 | AD | 0 | 1D | 19 | A | 15F | 39 | 4D |
| Octal | 346 | 243 | 255 | 0 | 35 | 31 | 12 | 537 | 71 | 115 |
| Binary | 11100110 | 10100011 | 10101101 | 0 | 11101 | 11001 | 1010 | 101011111 | 111001 | 1001101 |
Color Harmonies of #E6A3AD
Complementary color
Monochromatic Colors of #E6A3AD
Black with #E6A3AD
Text Example
Text Example
White with #E6A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A3AD; }
p { color: rgb(230,163,173); }
H1.HeaderClassName
{
color: #E6A3AD;
}
.AnyTagClassName
{
color: #E6A3AD;
}
</style>
background-color css
<style>
a { background-color: #E6A3AD; }
a { background-color: rgb(230,163,173); }
div.DivClassName
{
background-color: #E6A3AD;
}
.BgClassName
{
background-color: #E6A3AD;
}
</style>
border-color css
<style>
span { border-color: #E6A3AD; }
span { border-color: rgb(230,163,173); }
td.TdClassName
{
border-color: #E6A3AD;
}
.TagClassName
{
border-color: #E6A3AD;
}
</style>