Shades of Pale Chestnut #D1A5AB
Tints of Pale Chestnut #D1A5AB
RGB
CMYK
RGB Variations
Color information
#D1A5AB (or 0xD1A5AB) is known color: Pale Chestnut. HEX triplet: D1, A5 and AB. RGB value is (209,165,171). Sum of RGB (Red+Green+Blue) = 209+165+171=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A5AB is #2E5A54. Grayscale: #B2B2B2. Windows color (decimal): -3037781 or 11249105. OLE color: 11249105.
HSL color Cylindrical-coordinate representation of color #D1A5AB: hue angle of 351.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A5AB is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 171 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.18 |
| HSL | 351.82º | 0.32% | 0.73% | - |
| HSV(B) | 351.82º | 0.21% | 0.82% | - |
| XYZ | 47.1 | 43.41 | 44.42 | - |
| YUV | 178.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 171 | 0 | 0.21 | 0.18 | 0.18 | 351.82 | 0.32 | 0.73 |
| Hex | D1 | A5 | AB | 0 | 15 | 12 | 12 | 160 | 20 | 49 |
| Octal | 321 | 245 | 253 | 0 | 25 | 22 | 22 | 540 | 40 | 111 |
| Binary | 11010001 | 10100101 | 10101011 | 0 | 10101 | 10010 | 10010 | 101100000 | 100000 | 1001001 |
Color Harmonies of #D1A5AB
Complementary color
Monochromatic Colors of #D1A5AB
Black with #D1A5AB
Text Example
Text Example
White with #D1A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5AB; }
p { color: rgb(209,165,171); }
H1.HeaderClassName
{
color: #D1A5AB;
}
.AnyTagClassName
{
color: #D1A5AB;
}
</style>
background-color css
<style>
a { background-color: #D1A5AB; }
a { background-color: rgb(209,165,171); }
div.DivClassName
{
background-color: #D1A5AB;
}
.BgClassName
{
background-color: #D1A5AB;
}
</style>
border-color css
<style>
span { border-color: #D1A5AB; }
span { border-color: rgb(209,165,171); }
td.TdClassName
{
border-color: #D1A5AB;
}
.TagClassName
{
border-color: #D1A5AB;
}
</style>