Shades of Pale Chestnut #EBA9AC
Tints of Pale Chestnut #EBA9AC
RGB
CMYK
RGB Variations
Color information
#EBA9AC (or 0xEBA9AC) is known color: Pale Chestnut. HEX triplet: EB, A9 and AC. RGB value is (235,169,172). Sum of RGB (Red+Green+Blue) = 235+169+172=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9AC is #145653. Grayscale: #BDBDBD. Windows color (decimal): -1332820 or 11315691. OLE color: 11315691.
HSL color Cylindrical-coordinate representation of color #EBA9AC: hue angle of 357.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9AC is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 172 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.08 |
| HSL | 357.27º | 0.62% | 0.79% | - |
| HSV(B) | 357.27º | 0.28% | 0.92% | - |
| XYZ | 55.9 | 49.02 | 45.54 | - |
| YUV | 189.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 172 | 0 | 0.28 | 0.27 | 0.08 | 357.27 | 0.62 | 0.79 |
| Hex | EB | A9 | AC | 0 | 1C | 1B | 8 | 165 | 3E | 4F |
| Octal | 353 | 251 | 254 | 0 | 34 | 33 | 10 | 545 | 76 | 117 |
| Binary | 11101011 | 10101001 | 10101100 | 0 | 11100 | 11011 | 1000 | 101100101 | 111110 | 1001111 |
Color Harmonies of #EBA9AC
Complementary color
Monochromatic Colors of #EBA9AC
Black with #EBA9AC
Text Example
Text Example
White with #EBA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9AC; }
p { color: rgb(235,169,172); }
H1.HeaderClassName
{
color: #EBA9AC;
}
.AnyTagClassName
{
color: #EBA9AC;
}
</style>
background-color css
<style>
a { background-color: #EBA9AC; }
a { background-color: rgb(235,169,172); }
div.DivClassName
{
background-color: #EBA9AC;
}
.BgClassName
{
background-color: #EBA9AC;
}
</style>
border-color css
<style>
span { border-color: #EBA9AC; }
span { border-color: rgb(235,169,172); }
td.TdClassName
{
border-color: #EBA9AC;
}
.TagClassName
{
border-color: #EBA9AC;
}
</style>