Shades of Pale Chestnut #D0AAAC
Tints of Pale Chestnut #D0AAAC
RGB
CMYK
RGB Variations
Color information
#D0AAAC (or 0xD0AAAC) is known color: Pale Chestnut. HEX triplet: D0, AA and AC. RGB value is (208,170,172). Sum of RGB (Red+Green+Blue) = 208+170+172=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAAC is #2F5553. Grayscale: #B5B5B5. Windows color (decimal): -3102036 or 11315920. OLE color: 11315920.
HSL color Cylindrical-coordinate representation of color #D0AAAC: hue angle of 356.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AAAC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 172 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.18 |
| HSL | 356.84º | 0.29% | 0.74% | - |
| HSV(B) | 356.84º | 0.18% | 0.82% | - |
| XYZ | 47.83 | 45.14 | 45.22 | - |
| YUV | 181.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 172 | 0 | 0.18 | 0.17 | 0.18 | 356.84 | 0.29 | 0.74 |
| Hex | D0 | AA | AC | 0 | 12 | 11 | 12 | 165 | 1D | 4A |
| Octal | 320 | 252 | 254 | 0 | 22 | 21 | 22 | 545 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10101100 | 0 | 10010 | 10001 | 10010 | 101100101 | 11101 | 1001010 |
Color Harmonies of #D0AAAC
Complementary color
Monochromatic Colors of #D0AAAC
Black with #D0AAAC
Text Example
Text Example
White with #D0AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAAC; }
p { color: rgb(208,170,172); }
H1.HeaderClassName
{
color: #D0AAAC;
}
.AnyTagClassName
{
color: #D0AAAC;
}
</style>
background-color css
<style>
a { background-color: #D0AAAC; }
a { background-color: rgb(208,170,172); }
div.DivClassName
{
background-color: #D0AAAC;
}
.BgClassName
{
background-color: #D0AAAC;
}
</style>
border-color css
<style>
span { border-color: #D0AAAC; }
span { border-color: rgb(208,170,172); }
td.TdClassName
{
border-color: #D0AAAC;
}
.TagClassName
{
border-color: #D0AAAC;
}
</style>