Shades of Pale Chestnut #D8A1AB
Tints of Pale Chestnut #D8A1AB
RGB
CMYK
RGB Variations
Color information
#D8A1AB (or 0xD8A1AB) is known color: Pale Chestnut. HEX triplet: D8, A1 and AB. RGB value is (216,161,171). Sum of RGB (Red+Green+Blue) = 216+161+171=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1AB is #275E54. Grayscale: #B2B2B2. Windows color (decimal): -2580053 or 11248088. OLE color: 11248088.
HSL color Cylindrical-coordinate representation of color #D8A1AB: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1AB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 171 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.15 |
| HSL | 349.09º | 0.41% | 0.74% | - |
| HSV(B) | 349.09º | 0.25% | 0.85% | - |
| XYZ | 48.41 | 43.03 | 44.28 | - |
| YUV | 178.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 171 | 0 | 0.25 | 0.21 | 0.15 | 349.09 | 0.41 | 0.74 |
| Hex | D8 | A1 | AB | 0 | 19 | 15 | F | 15D | 29 | 4A |
| Octal | 330 | 241 | 253 | 0 | 31 | 25 | 17 | 535 | 51 | 112 |
| Binary | 11011000 | 10100001 | 10101011 | 0 | 11001 | 10101 | 1111 | 101011101 | 101001 | 1001010 |
Color Harmonies of #D8A1AB
Complementary color
Monochromatic Colors of #D8A1AB
Black with #D8A1AB
Text Example
Text Example
White with #D8A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1AB; }
p { color: rgb(216,161,171); }
H1.HeaderClassName
{
color: #D8A1AB;
}
.AnyTagClassName
{
color: #D8A1AB;
}
</style>
background-color css
<style>
a { background-color: #D8A1AB; }
a { background-color: rgb(216,161,171); }
div.DivClassName
{
background-color: #D8A1AB;
}
.BgClassName
{
background-color: #D8A1AB;
}
</style>
border-color css
<style>
span { border-color: #D8A1AB; }
span { border-color: rgb(216,161,171); }
td.TdClassName
{
border-color: #D8A1AB;
}
.TagClassName
{
border-color: #D8A1AB;
}
</style>