Shades of Pale Chestnut #D1A6A8
Tints of Pale Chestnut #D1A6A8
RGB
CMYK
RGB Variations
Color information
#D1A6A8 (or 0xD1A6A8) is known color: Pale Chestnut. HEX triplet: D1, A6 and A8. RGB value is (209,166,168). Sum of RGB (Red+Green+Blue) = 209+166+168=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6A8 is #2E5957. Grayscale: #B3B3B3. Windows color (decimal): -3037528 or 11052753. OLE color: 11052753.
HSL color Cylindrical-coordinate representation of color #D1A6A8: hue angle of 357.21º degrees, saturation: 0.32, 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 #D1A6A8 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 168 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.18 |
| HSL | 357.21º | 0.32% | 0.74% | - |
| HSV(B) | 357.21º | 0.21% | 0.82% | - |
| XYZ | 47 | 43.65 | 42.99 | - |
| YUV | 179.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 168 | 0 | 0.21 | 0.20 | 0.18 | 357.21 | 0.32 | 0.74 |
| Hex | D1 | A6 | A8 | 0 | 15 | 14 | 12 | 165 | 20 | 4A |
| Octal | 321 | 246 | 250 | 0 | 25 | 24 | 22 | 545 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10101000 | 0 | 10101 | 10100 | 10010 | 101100101 | 100000 | 1001010 |
Color Harmonies of #D1A6A8
Complementary color
Monochromatic Colors of #D1A6A8
Black with #D1A6A8
Text Example
Text Example
White with #D1A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6A8; }
p { color: rgb(209,166,168); }
H1.HeaderClassName
{
color: #D1A6A8;
}
.AnyTagClassName
{
color: #D1A6A8;
}
</style>
background-color css
<style>
a { background-color: #D1A6A8; }
a { background-color: rgb(209,166,168); }
div.DivClassName
{
background-color: #D1A6A8;
}
.BgClassName
{
background-color: #D1A6A8;
}
</style>
border-color css
<style>
span { border-color: #D1A6A8; }
span { border-color: rgb(209,166,168); }
td.TdClassName
{
border-color: #D1A6A8;
}
.TagClassName
{
border-color: #D1A6A8;
}
</style>