Shades of Pale Chestnut #D9ACB1
Tints of Pale Chestnut #D9ACB1
RGB
CMYK
RGB Variations
Color information
#D9ACB1 (or 0xD9ACB1) is known color: Pale Chestnut. HEX triplet: D9, AC and B1. RGB value is (217,172,177). Sum of RGB (Red+Green+Blue) = 217+172+177=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACB1 is #26534E. Grayscale: #BABABA. Windows color (decimal): -2511695 or 11644121. OLE color: 11644121.
HSL color Cylindrical-coordinate representation of color #D9ACB1: hue angle of 353.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACB1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 177 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.15 |
| HSL | 353.33º | 0.37% | 0.76% | - |
| HSV(B) | 353.33º | 0.21% | 0.85% | - |
| XYZ | 51.3 | 47.43 | 48.05 | - |
| YUV | 186.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 177 | 0 | 0.21 | 0.18 | 0.15 | 353.33 | 0.37 | 0.76 |
| Hex | D9 | AC | B1 | 0 | 15 | 12 | F | 161 | 25 | 4C |
| Octal | 331 | 254 | 261 | 0 | 25 | 22 | 17 | 541 | 45 | 114 |
| Binary | 11011001 | 10101100 | 10110001 | 0 | 10101 | 10010 | 1111 | 101100001 | 100101 | 1001100 |
Color Harmonies of #D9ACB1
Complementary color
Monochromatic Colors of #D9ACB1
Black with #D9ACB1
Text Example
Text Example
White with #D9ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACB1; }
p { color: rgb(217,172,177); }
H1.HeaderClassName
{
color: #D9ACB1;
}
.AnyTagClassName
{
color: #D9ACB1;
}
</style>
background-color css
<style>
a { background-color: #D9ACB1; }
a { background-color: rgb(217,172,177); }
div.DivClassName
{
background-color: #D9ACB1;
}
.BgClassName
{
background-color: #D9ACB1;
}
</style>
border-color css
<style>
span { border-color: #D9ACB1; }
span { border-color: rgb(217,172,177); }
td.TdClassName
{
border-color: #D9ACB1;
}
.TagClassName
{
border-color: #D9ACB1;
}
</style>