Shades of Pale Chestnut #D2A6AD
Tints of Pale Chestnut #D2A6AD
RGB
CMYK
RGB Variations
Color information
#D2A6AD (or 0xD2A6AD) is known color: Pale Chestnut. HEX triplet: D2, A6 and AD. RGB value is (210,166,173). Sum of RGB (Red+Green+Blue) = 210+166+173=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6AD is #2D5952. Grayscale: #B3B3B3. Windows color (decimal): -2971987 or 11380434. OLE color: 11380434.
HSL color Cylindrical-coordinate representation of color #D2A6AD: hue angle of 350.45º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6AD is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 173 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.18 |
| HSL | 350.45º | 0.33% | 0.74% | - |
| HSV(B) | 350.45º | 0.21% | 0.82% | - |
| XYZ | 47.76 | 43.99 | 45.51 | - |
| YUV | 179.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 173 | 0 | 0.21 | 0.18 | 0.18 | 350.45 | 0.33 | 0.74 |
| Hex | D2 | A6 | AD | 0 | 15 | 12 | 12 | 15E | 21 | 4A |
| Octal | 322 | 246 | 255 | 0 | 25 | 22 | 22 | 536 | 41 | 112 |
| Binary | 11010010 | 10100110 | 10101101 | 0 | 10101 | 10010 | 10010 | 101011110 | 100001 | 1001010 |
Color Harmonies of #D2A6AD
Complementary color
Monochromatic Colors of #D2A6AD
Black with #D2A6AD
Text Example
Text Example
White with #D2A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6AD; }
p { color: rgb(210,166,173); }
H1.HeaderClassName
{
color: #D2A6AD;
}
.AnyTagClassName
{
color: #D2A6AD;
}
</style>
background-color css
<style>
a { background-color: #D2A6AD; }
a { background-color: rgb(210,166,173); }
div.DivClassName
{
background-color: #D2A6AD;
}
.BgClassName
{
background-color: #D2A6AD;
}
</style>
border-color css
<style>
span { border-color: #D2A6AD; }
span { border-color: rgb(210,166,173); }
td.TdClassName
{
border-color: #D2A6AD;
}
.TagClassName
{
border-color: #D2A6AD;
}
</style>