Shades of Pale Chestnut #D2A8AD
Tints of Pale Chestnut #D2A8AD
RGB
CMYK
RGB Variations
Color information
#D2A8AD (or 0xD2A8AD) is known color: Pale Chestnut. HEX triplet: D2, A8 and AD. RGB value is (210,168,173). Sum of RGB (Red+Green+Blue) = 210+168+173=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A8AD is #2D5752. Grayscale: #B5B5B5. Windows color (decimal): -2971475 or 11380946. OLE color: 11380946.
HSL color Cylindrical-coordinate representation of color #D2A8AD: hue angle of 352.86º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8AD is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 173 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.18 |
| HSL | 352.86º | 0.32% | 0.74% | - |
| HSV(B) | 352.86º | 0.2% | 0.82% | - |
| XYZ | 48.12 | 44.72 | 45.63 | - |
| YUV | 181.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 173 | 0 | 0.2 | 0.18 | 0.18 | 352.86 | 0.32 | 0.74 |
| Hex | D2 | A8 | AD | 0 | 14 | 12 | 12 | 161 | 20 | 4A |
| Octal | 322 | 250 | 255 | 0 | 24 | 22 | 22 | 541 | 40 | 112 |
| Binary | 11010010 | 10101000 | 10101101 | 0 | 10100 | 10010 | 10010 | 101100001 | 100000 | 1001010 |
Color Harmonies of #D2A8AD
Complementary color
Monochromatic Colors of #D2A8AD
Black with #D2A8AD
Text Example
Text Example
White with #D2A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8AD; }
p { color: rgb(210,168,173); }
H1.HeaderClassName
{
color: #D2A8AD;
}
.AnyTagClassName
{
color: #D2A8AD;
}
</style>
background-color css
<style>
a { background-color: #D2A8AD; }
a { background-color: rgb(210,168,173); }
div.DivClassName
{
background-color: #D2A8AD;
}
.BgClassName
{
background-color: #D2A8AD;
}
</style>
border-color css
<style>
span { border-color: #D2A8AD; }
span { border-color: rgb(210,168,173); }
td.TdClassName
{
border-color: #D2A8AD;
}
.TagClassName
{
border-color: #D2A8AD;
}
</style>