Shades of Pale Chestnut #D2A7AD
Tints of Pale Chestnut #D2A7AD
RGB
CMYK
RGB Variations
Color information
#D2A7AD (or 0xD2A7AD) is known color: Pale Chestnut. HEX triplet: D2, A7 and AD. RGB value is (210,167,173). Sum of RGB (Red+Green+Blue) = 210+167+173=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A7AD is #2D5852. Grayscale: #B4B4B4. Windows color (decimal): -2971731 or 11380690. OLE color: 11380690.
HSL color Cylindrical-coordinate representation of color #D2A7AD: hue angle of 351.63º 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 #D2A7AD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 173 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.18 |
| HSL | 351.63º | 0.32% | 0.74% | - |
| HSV(B) | 351.63º | 0.2% | 0.82% | - |
| XYZ | 47.94 | 44.36 | 45.57 | - |
| YUV | 180.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 173 | 0 | 0.20 | 0.18 | 0.18 | 351.63 | 0.32 | 0.74 |
| Hex | D2 | A7 | AD | 0 | 14 | 12 | 12 | 160 | 20 | 4A |
| Octal | 322 | 247 | 255 | 0 | 24 | 22 | 22 | 540 | 40 | 112 |
| Binary | 11010010 | 10100111 | 10101101 | 0 | 10100 | 10010 | 10010 | 101100000 | 100000 | 1001010 |
Color Harmonies of #D2A7AD
Complementary color
Monochromatic Colors of #D2A7AD
Black with #D2A7AD
Text Example
Text Example
White with #D2A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A7AD; }
p { color: rgb(210,167,173); }
H1.HeaderClassName
{
color: #D2A7AD;
}
.AnyTagClassName
{
color: #D2A7AD;
}
</style>
background-color css
<style>
a { background-color: #D2A7AD; }
a { background-color: rgb(210,167,173); }
div.DivClassName
{
background-color: #D2A7AD;
}
.BgClassName
{
background-color: #D2A7AD;
}
</style>
border-color css
<style>
span { border-color: #D2A7AD; }
span { border-color: rgb(210,167,173); }
td.TdClassName
{
border-color: #D2A7AD;
}
.TagClassName
{
border-color: #D2A7AD;
}
</style>