Shades of Pale Chestnut #D0A6AF
Tints of Pale Chestnut #D0A6AF
RGB
CMYK
RGB Variations
Color information
#D0A6AF (or 0xD0A6AF) is known color: Pale Chestnut. HEX triplet: D0, A6 and AF. RGB value is (208,166,175). Sum of RGB (Red+Green+Blue) = 208+166+175=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AF is #2F5950. Grayscale: #B3B3B3. Windows color (decimal): -3103057 or 11511504. OLE color: 11511504.
HSL color Cylindrical-coordinate representation of color #D0A6AF: hue angle of 347.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6AF is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 175 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.18 |
| HSL | 347.14º | 0.31% | 0.73% | - |
| HSV(B) | 347.14º | 0.2% | 0.82% | - |
| XYZ | 47.39 | 43.78 | 46.51 | - |
| YUV | 179.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 175 | 0 | 0.20 | 0.16 | 0.18 | 347.14 | 0.31 | 0.73 |
| Hex | D0 | A6 | AF | 0 | 14 | 10 | 12 | 15B | 1F | 49 |
| Octal | 320 | 246 | 257 | 0 | 24 | 20 | 22 | 533 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10101111 | 0 | 10100 | 10000 | 10010 | 101011011 | 11111 | 1001001 |
Color Harmonies of #D0A6AF
Complementary color
Monochromatic Colors of #D0A6AF
Black with #D0A6AF
Text Example
Text Example
White with #D0A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6AF; }
p { color: rgb(208,166,175); }
H1.HeaderClassName
{
color: #D0A6AF;
}
.AnyTagClassName
{
color: #D0A6AF;
}
</style>
background-color css
<style>
a { background-color: #D0A6AF; }
a { background-color: rgb(208,166,175); }
div.DivClassName
{
background-color: #D0A6AF;
}
.BgClassName
{
background-color: #D0A6AF;
}
</style>
border-color css
<style>
span { border-color: #D0A6AF; }
span { border-color: rgb(208,166,175); }
td.TdClassName
{
border-color: #D0A6AF;
}
.TagClassName
{
border-color: #D0A6AF;
}
</style>