Shades of Pale Chestnut #D3AAAC
Tints of Pale Chestnut #D3AAAC
RGB
CMYK
RGB Variations
Color information
#D3AAAC (or 0xD3AAAC) is known color: Pale Chestnut. HEX triplet: D3, AA and AC. RGB value is (211,170,172). Sum of RGB (Red+Green+Blue) = 211+170+172=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAAC is #2C5553. Grayscale: #B6B6B6. Windows color (decimal): -2905428 or 11315923. OLE color: 11315923.
HSL color Cylindrical-coordinate representation of color #D3AAAC: hue angle of 357.07º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AAAC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 172 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.17 |
| HSL | 357.07º | 0.32% | 0.75% | - |
| HSV(B) | 357.07º | 0.19% | 0.83% | - |
| XYZ | 48.69 | 45.58 | 45.26 | - |
| YUV | 182.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 172 | 0 | 0.19 | 0.18 | 0.17 | 357.07 | 0.32 | 0.75 |
| Hex | D3 | AA | AC | 0 | 13 | 12 | 11 | 165 | 20 | 4B |
| Octal | 323 | 252 | 254 | 0 | 23 | 22 | 21 | 545 | 40 | 113 |
| Binary | 11010011 | 10101010 | 10101100 | 0 | 10011 | 10010 | 10001 | 101100101 | 100000 | 1001011 |
Color Harmonies of #D3AAAC
Complementary color
Monochromatic Colors of #D3AAAC
Black with #D3AAAC
Text Example
Text Example
White with #D3AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAAC; }
p { color: rgb(211,170,172); }
H1.HeaderClassName
{
color: #D3AAAC;
}
.AnyTagClassName
{
color: #D3AAAC;
}
</style>
background-color css
<style>
a { background-color: #D3AAAC; }
a { background-color: rgb(211,170,172); }
div.DivClassName
{
background-color: #D3AAAC;
}
.BgClassName
{
background-color: #D3AAAC;
}
</style>
border-color css
<style>
span { border-color: #D3AAAC; }
span { border-color: rgb(211,170,172); }
td.TdClassName
{
border-color: #D3AAAC;
}
.TagClassName
{
border-color: #D3AAAC;
}
</style>