Shades of Pale Chestnut #D0AAAF
Tints of Pale Chestnut #D0AAAF
RGB
CMYK
RGB Variations
Color information
#D0AAAF (or 0xD0AAAF) is known color: Pale Chestnut. HEX triplet: D0, AA and AF. RGB value is (208,170,175). Sum of RGB (Red+Green+Blue) = 208+170+175=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAAF is #2F5550. Grayscale: #B5B5B5. Windows color (decimal): -3102033 or 11512528. OLE color: 11512528.
HSL color Cylindrical-coordinate representation of color #D0AAAF: hue angle of 352.11º 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 #D0AAAF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 175 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.18 |
| HSL | 352.11º | 0.29% | 0.74% | - |
| HSV(B) | 352.11º | 0.18% | 0.82% | - |
| XYZ | 48.13 | 45.25 | 46.76 | - |
| YUV | 181.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 175 | 0 | 0.18 | 0.16 | 0.18 | 352.11 | 0.29 | 0.74 |
| Hex | D0 | AA | AF | 0 | 12 | 10 | 12 | 160 | 1D | 4A |
| Octal | 320 | 252 | 257 | 0 | 22 | 20 | 22 | 540 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10101111 | 0 | 10010 | 10000 | 10010 | 101100000 | 11101 | 1001010 |
Color Harmonies of #D0AAAF
Complementary color
Monochromatic Colors of #D0AAAF
Black with #D0AAAF
Text Example
Text Example
White with #D0AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAAF; }
p { color: rgb(208,170,175); }
H1.HeaderClassName
{
color: #D0AAAF;
}
.AnyTagClassName
{
color: #D0AAAF;
}
</style>
background-color css
<style>
a { background-color: #D0AAAF; }
a { background-color: rgb(208,170,175); }
div.DivClassName
{
background-color: #D0AAAF;
}
.BgClassName
{
background-color: #D0AAAF;
}
</style>
border-color css
<style>
span { border-color: #D0AAAF; }
span { border-color: rgb(208,170,175); }
td.TdClassName
{
border-color: #D0AAAF;
}
.TagClassName
{
border-color: #D0AAAF;
}
</style>