Shades of Pale Chestnut #D1A6AF
Tints of Pale Chestnut #D1A6AF
RGB
CMYK
RGB Variations
Color information
#D1A6AF (or 0xD1A6AF) is known color: Pale Chestnut. HEX triplet: D1, A6 and AF. RGB value is (209,166,175). Sum of RGB (Red+Green+Blue) = 209+166+175=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AF is #2E5950. Grayscale: #B3B3B3. Windows color (decimal): -3037521 or 11511505. OLE color: 11511505.
HSL color Cylindrical-coordinate representation of color #D1A6AF: hue angle of 347.44º 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 #D1A6AF is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 175 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.18 |
| HSL | 347.44º | 0.32% | 0.74% | - |
| HSV(B) | 347.44º | 0.21% | 0.82% | - |
| XYZ | 47.67 | 43.92 | 46.52 | - |
| YUV | 179.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 175 | 0 | 0.21 | 0.16 | 0.18 | 347.44 | 0.32 | 0.74 |
| Hex | D1 | A6 | AF | 0 | 15 | 10 | 12 | 15B | 20 | 4A |
| Octal | 321 | 246 | 257 | 0 | 25 | 20 | 22 | 533 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10101111 | 0 | 10101 | 10000 | 10010 | 101011011 | 100000 | 1001010 |
Color Harmonies of #D1A6AF
Complementary color
Monochromatic Colors of #D1A6AF
Black with #D1A6AF
Text Example
Text Example
White with #D1A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6AF; }
p { color: rgb(209,166,175); }
H1.HeaderClassName
{
color: #D1A6AF;
}
.AnyTagClassName
{
color: #D1A6AF;
}
</style>
background-color css
<style>
a { background-color: #D1A6AF; }
a { background-color: rgb(209,166,175); }
div.DivClassName
{
background-color: #D1A6AF;
}
.BgClassName
{
background-color: #D1A6AF;
}
</style>
border-color css
<style>
span { border-color: #D1A6AF; }
span { border-color: rgb(209,166,175); }
td.TdClassName
{
border-color: #D1A6AF;
}
.TagClassName
{
border-color: #D1A6AF;
}
</style>