Shades of Pale Chestnut #D2A8AB
Tints of Pale Chestnut #D2A8AB
RGB
CMYK
RGB Variations
Color information
#D2A8AB (or 0xD2A8AB) is known color: Pale Chestnut. HEX triplet: D2, A8 and AB. RGB value is (210,168,171). Sum of RGB (Red+Green+Blue) = 210+168+171=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A8AB is #2D5754. Grayscale: #B4B4B4. Windows color (decimal): -2971477 or 11249874. OLE color: 11249874.
HSL color Cylindrical-coordinate representation of color #D2A8AB: hue angle of 355.71º 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 #D2A8AB is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 171 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.18 |
| HSL | 355.71º | 0.32% | 0.74% | - |
| HSV(B) | 355.71º | 0.2% | 0.82% | - |
| XYZ | 47.93 | 44.65 | 44.62 | - |
| YUV | 180.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 171 | 0 | 0.2 | 0.19 | 0.18 | 355.71 | 0.32 | 0.74 |
| Hex | D2 | A8 | AB | 0 | 14 | 13 | 12 | 164 | 20 | 4A |
| Octal | 322 | 250 | 253 | 0 | 24 | 23 | 22 | 544 | 40 | 112 |
| Binary | 11010010 | 10101000 | 10101011 | 0 | 10100 | 10011 | 10010 | 101100100 | 100000 | 1001010 |
Color Harmonies of #D2A8AB
Complementary color
Monochromatic Colors of #D2A8AB
Black with #D2A8AB
Text Example
Text Example
White with #D2A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8AB; }
p { color: rgb(210,168,171); }
H1.HeaderClassName
{
color: #D2A8AB;
}
.AnyTagClassName
{
color: #D2A8AB;
}
</style>
background-color css
<style>
a { background-color: #D2A8AB; }
a { background-color: rgb(210,168,171); }
div.DivClassName
{
background-color: #D2A8AB;
}
.BgClassName
{
background-color: #D2A8AB;
}
</style>
border-color css
<style>
span { border-color: #D2A8AB; }
span { border-color: rgb(210,168,171); }
td.TdClassName
{
border-color: #D2A8AB;
}
.TagClassName
{
border-color: #D2A8AB;
}
</style>