Shades of Pale Chestnut #D1A6AB
Tints of Pale Chestnut #D1A6AB
RGB
CMYK
RGB Variations
Color information
#D1A6AB (or 0xD1A6AB) is known color: Pale Chestnut. HEX triplet: D1, A6 and AB. RGB value is (209,166,171). Sum of RGB (Red+Green+Blue) = 209+166+171=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AB is #2E5954. Grayscale: #B3B3B3. Windows color (decimal): -3037525 or 11249361. OLE color: 11249361.
HSL color Cylindrical-coordinate representation of color #D1A6AB: hue angle of 353.02º 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 #D1A6AB is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 171 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.18 |
| HSL | 353.02º | 0.32% | 0.74% | - |
| HSV(B) | 353.02º | 0.21% | 0.82% | - |
| XYZ | 47.28 | 43.77 | 44.48 | - |
| YUV | 179.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 171 | 0 | 0.21 | 0.18 | 0.18 | 353.02 | 0.32 | 0.74 |
| Hex | D1 | A6 | AB | 0 | 15 | 12 | 12 | 161 | 20 | 4A |
| Octal | 321 | 246 | 253 | 0 | 25 | 22 | 22 | 541 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10101011 | 0 | 10101 | 10010 | 10010 | 101100001 | 100000 | 1001010 |
Color Harmonies of #D1A6AB
Complementary color
Monochromatic Colors of #D1A6AB
Black with #D1A6AB
Text Example
Text Example
White with #D1A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6AB; }
p { color: rgb(209,166,171); }
H1.HeaderClassName
{
color: #D1A6AB;
}
.AnyTagClassName
{
color: #D1A6AB;
}
</style>
background-color css
<style>
a { background-color: #D1A6AB; }
a { background-color: rgb(209,166,171); }
div.DivClassName
{
background-color: #D1A6AB;
}
.BgClassName
{
background-color: #D1A6AB;
}
</style>
border-color css
<style>
span { border-color: #D1A6AB; }
span { border-color: rgb(209,166,171); }
td.TdClassName
{
border-color: #D1A6AB;
}
.TagClassName
{
border-color: #D1A6AB;
}
</style>