Shades of Pale Chestnut #D3ACAF
Tints of Pale Chestnut #D3ACAF
RGB
CMYK
RGB Variations
Color information
#D3ACAF (or 0xD3ACAF) is known color: Pale Chestnut. HEX triplet: D3, AC and AF. RGB value is (211,172,175). Sum of RGB (Red+Green+Blue) = 211+172+175=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ACAF is #2C5350. Grayscale: #B8B8B8. Windows color (decimal): -2904913 or 11513043. OLE color: 11513043.
HSL color Cylindrical-coordinate representation of color #D3ACAF: hue angle of 355.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ACAF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 175 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.17 |
| HSL | 355.38º | 0.31% | 0.75% | - |
| HSV(B) | 355.38º | 0.18% | 0.83% | - |
| XYZ | 49.35 | 46.45 | 46.92 | - |
| YUV | 184 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 175 | 0 | 0.18 | 0.17 | 0.17 | 355.38 | 0.31 | 0.75 |
| Hex | D3 | AC | AF | 0 | 12 | 11 | 11 | 163 | 1F | 4B |
| Octal | 323 | 254 | 257 | 0 | 22 | 21 | 21 | 543 | 37 | 113 |
| Binary | 11010011 | 10101100 | 10101111 | 0 | 10010 | 10001 | 10001 | 101100011 | 11111 | 1001011 |
Color Harmonies of #D3ACAF
Complementary color
Monochromatic Colors of #D3ACAF
Black with #D3ACAF
Text Example
Text Example
White with #D3ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACAF; }
p { color: rgb(211,172,175); }
H1.HeaderClassName
{
color: #D3ACAF;
}
.AnyTagClassName
{
color: #D3ACAF;
}
</style>
background-color css
<style>
a { background-color: #D3ACAF; }
a { background-color: rgb(211,172,175); }
div.DivClassName
{
background-color: #D3ACAF;
}
.BgClassName
{
background-color: #D3ACAF;
}
</style>
border-color css
<style>
span { border-color: #D3ACAF; }
span { border-color: rgb(211,172,175); }
td.TdClassName
{
border-color: #D3ACAF;
}
.TagClassName
{
border-color: #D3ACAF;
}
</style>