Shades of Pale Chestnut #D0AAAB
Tints of Pale Chestnut #D0AAAB
RGB
CMYK
RGB Variations
Color information
#D0AAAB (or 0xD0AAAB) is known color: Pale Chestnut. HEX triplet: D0, AA and AB. RGB value is (208,170,171). Sum of RGB (Red+Green+Blue) = 208+170+171=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAAB is #2F5554. Grayscale: #B5B5B5. Windows color (decimal): -3102037 or 11250384. OLE color: 11250384.
HSL color Cylindrical-coordinate representation of color #D0AAAB: hue angle of 358.42º 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 #D0AAAB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 171 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.18 |
| HSL | 358.42º | 0.29% | 0.74% | - |
| HSV(B) | 358.42º | 0.18% | 0.82% | - |
| XYZ | 47.74 | 45.1 | 44.72 | - |
| YUV | 181.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 171 | 0 | 0.18 | 0.18 | 0.18 | 358.42 | 0.29 | 0.74 |
| Hex | D0 | AA | AB | 0 | 12 | 12 | 12 | 166 | 1D | 4A |
| Octal | 320 | 252 | 253 | 0 | 22 | 22 | 22 | 546 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10101011 | 0 | 10010 | 10010 | 10010 | 101100110 | 11101 | 1001010 |
Color Harmonies of #D0AAAB
Complementary color
Monochromatic Colors of #D0AAAB
Black with #D0AAAB
Text Example
Text Example
White with #D0AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAAB; }
p { color: rgb(208,170,171); }
H1.HeaderClassName
{
color: #D0AAAB;
}
.AnyTagClassName
{
color: #D0AAAB;
}
</style>
background-color css
<style>
a { background-color: #D0AAAB; }
a { background-color: rgb(208,170,171); }
div.DivClassName
{
background-color: #D0AAAB;
}
.BgClassName
{
background-color: #D0AAAB;
}
</style>
border-color css
<style>
span { border-color: #D0AAAB; }
span { border-color: rgb(208,170,171); }
td.TdClassName
{
border-color: #D0AAAB;
}
.TagClassName
{
border-color: #D0AAAB;
}
</style>