Shades of Pale Chestnut #D1A8AB
Tints of Pale Chestnut #D1A8AB
RGB
CMYK
RGB Variations
Color information
#D1A8AB (or 0xD1A8AB) is known color: Pale Chestnut. HEX triplet: D1, A8 and AB. RGB value is (209,168,171). Sum of RGB (Red+Green+Blue) = 209+168+171=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A8AB is #2E5754. Grayscale: #B4B4B4. Windows color (decimal): -3037013 or 11249873. OLE color: 11249873.
HSL color Cylindrical-coordinate representation of color #D1A8AB: hue angle of 355.61º degrees, saturation: 0.31, 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 #D1A8AB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 171 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.18 |
| HSL | 355.61º | 0.31% | 0.74% | - |
| HSV(B) | 355.61º | 0.2% | 0.82% | - |
| XYZ | 47.65 | 44.5 | 44.61 | - |
| YUV | 180.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 171 | 0 | 0.20 | 0.18 | 0.18 | 355.61 | 0.31 | 0.74 |
| Hex | D1 | A8 | AB | 0 | 14 | 12 | 12 | 164 | 1F | 4A |
| Octal | 321 | 250 | 253 | 0 | 24 | 22 | 22 | 544 | 37 | 112 |
| Binary | 11010001 | 10101000 | 10101011 | 0 | 10100 | 10010 | 10010 | 101100100 | 11111 | 1001010 |
Color Harmonies of #D1A8AB
Complementary color
Monochromatic Colors of #D1A8AB
Black with #D1A8AB
Text Example
Text Example
White with #D1A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8AB; }
p { color: rgb(209,168,171); }
H1.HeaderClassName
{
color: #D1A8AB;
}
.AnyTagClassName
{
color: #D1A8AB;
}
</style>
background-color css
<style>
a { background-color: #D1A8AB; }
a { background-color: rgb(209,168,171); }
div.DivClassName
{
background-color: #D1A8AB;
}
.BgClassName
{
background-color: #D1A8AB;
}
</style>
border-color css
<style>
span { border-color: #D1A8AB; }
span { border-color: rgb(209,168,171); }
td.TdClassName
{
border-color: #D1A8AB;
}
.TagClassName
{
border-color: #D1A8AB;
}
</style>