Shades of Pale Chestnut #EBA3AC
Tints of Pale Chestnut #EBA3AC
RGB
CMYK
RGB Variations
Color information
#EBA3AC (or 0xEBA3AC) is known color: Pale Chestnut. HEX triplet: EB, A3 and AC. RGB value is (235,163,172). Sum of RGB (Red+Green+Blue) = 235+163+172=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3AC is #145C53. Grayscale: #B9B9B9. Windows color (decimal): -1334356 or 11314155. OLE color: 11314155.
HSL color Cylindrical-coordinate representation of color #EBA3AC: hue angle of 352.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3AC is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 172 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.08 |
| HSL | 352.5º | 0.64% | 0.78% | - |
| HSV(B) | 352.5º | 0.31% | 0.92% | - |
| XYZ | 54.8 | 46.84 | 45.18 | - |
| YUV | 185.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 172 | 0 | 0.31 | 0.27 | 0.08 | 352.5 | 0.64 | 0.78 |
| Hex | EB | A3 | AC | 0 | 1F | 1B | 8 | 160 | 40 | 4E |
| Octal | 353 | 243 | 254 | 0 | 37 | 33 | 10 | 540 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10101100 | 0 | 11111 | 11011 | 1000 | 101100000 | 1000000 | 1001110 |
Color Harmonies of #EBA3AC
Complementary color
Monochromatic Colors of #EBA3AC
Black with #EBA3AC
Text Example
Text Example
White with #EBA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3AC; }
p { color: rgb(235,163,172); }
H1.HeaderClassName
{
color: #EBA3AC;
}
.AnyTagClassName
{
color: #EBA3AC;
}
</style>
background-color css
<style>
a { background-color: #EBA3AC; }
a { background-color: rgb(235,163,172); }
div.DivClassName
{
background-color: #EBA3AC;
}
.BgClassName
{
background-color: #EBA3AC;
}
</style>
border-color css
<style>
span { border-color: #EBA3AC; }
span { border-color: rgb(235,163,172); }
td.TdClassName
{
border-color: #EBA3AC;
}
.TagClassName
{
border-color: #EBA3AC;
}
</style>