Shades of Pale Chestnut #E6AEAF
Tints of Pale Chestnut #E6AEAF
RGB
CMYK
RGB Variations
Color information
#E6AEAF (or 0xE6AEAF) is known color: Pale Chestnut. HEX triplet: E6, AE and AF. RGB value is (230,174,175). Sum of RGB (Red+Green+Blue) = 230+174+175=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEAF is #195150. Grayscale: #BEBEBE. Windows color (decimal): -1659217 or 11513574. OLE color: 11513574.
HSL color Cylindrical-coordinate representation of color #E6AEAF: hue angle of 358.93º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEAF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 175 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.10 |
| HSL | 358.93º | 0.53% | 0.79% | - |
| HSV(B) | 358.93º | 0.24% | 0.9% | - |
| XYZ | 55.51 | 50.19 | 47.32 | - |
| YUV | 190.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 175 | 0 | 0.24 | 0.24 | 0.10 | 358.93 | 0.53 | 0.79 |
| Hex | E6 | AE | AF | 0 | 18 | 18 | A | 167 | 35 | 4F |
| Octal | 346 | 256 | 257 | 0 | 30 | 30 | 12 | 547 | 65 | 117 |
| Binary | 11100110 | 10101110 | 10101111 | 0 | 11000 | 11000 | 1010 | 101100111 | 110101 | 1001111 |
Color Harmonies of #E6AEAF
Complementary color
Monochromatic Colors of #E6AEAF
Black with #E6AEAF
Text Example
Text Example
White with #E6AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEAF; }
p { color: rgb(230,174,175); }
H1.HeaderClassName
{
color: #E6AEAF;
}
.AnyTagClassName
{
color: #E6AEAF;
}
</style>
background-color css
<style>
a { background-color: #E6AEAF; }
a { background-color: rgb(230,174,175); }
div.DivClassName
{
background-color: #E6AEAF;
}
.BgClassName
{
background-color: #E6AEAF;
}
</style>
border-color css
<style>
span { border-color: #E6AEAF; }
span { border-color: rgb(230,174,175); }
td.TdClassName
{
border-color: #E6AEAF;
}
.TagClassName
{
border-color: #E6AEAF;
}
</style>