Shades of Pale Chestnut #D5ABAC
Tints of Pale Chestnut #D5ABAC
RGB
CMYK
RGB Variations
Color information
#D5ABAC (or 0xD5ABAC) is known color: Pale Chestnut. HEX triplet: D5, AB and AC. RGB value is (213,171,172). Sum of RGB (Red+Green+Blue) = 213+171+172=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAC is #2A5453. Grayscale: #B7B7B7. Windows color (decimal): -2774100 or 11316181. OLE color: 11316181.
HSL color Cylindrical-coordinate representation of color #D5ABAC: hue angle of 358.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABAC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 172 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.16 |
| HSL | 358.57º | 0.33% | 0.75% | - |
| HSV(B) | 358.57º | 0.2% | 0.84% | - |
| XYZ | 49.45 | 46.25 | 45.35 | - |
| YUV | 183.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 172 | 0 | 0.20 | 0.19 | 0.16 | 358.57 | 0.33 | 0.75 |
| Hex | D5 | AB | AC | 0 | 14 | 13 | 10 | 167 | 21 | 4B |
| Octal | 325 | 253 | 254 | 0 | 24 | 23 | 20 | 547 | 41 | 113 |
| Binary | 11010101 | 10101011 | 10101100 | 0 | 10100 | 10011 | 10000 | 101100111 | 100001 | 1001011 |
Color Harmonies of #D5ABAC
Complementary color
Monochromatic Colors of #D5ABAC
Black with #D5ABAC
Text Example
Text Example
White with #D5ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABAC; }
p { color: rgb(213,171,172); }
H1.HeaderClassName
{
color: #D5ABAC;
}
.AnyTagClassName
{
color: #D5ABAC;
}
</style>
background-color css
<style>
a { background-color: #D5ABAC; }
a { background-color: rgb(213,171,172); }
div.DivClassName
{
background-color: #D5ABAC;
}
.BgClassName
{
background-color: #D5ABAC;
}
</style>
border-color css
<style>
span { border-color: #D5ABAC; }
span { border-color: rgb(213,171,172); }
td.TdClassName
{
border-color: #D5ABAC;
}
.TagClassName
{
border-color: #D5ABAC;
}
</style>