Shades of Pale Chestnut #D0A6AD
Tints of Pale Chestnut #D0A6AD
RGB
CMYK
RGB Variations
Color information
#D0A6AD (or 0xD0A6AD) is known color: Pale Chestnut. HEX triplet: D0, A6 and AD. RGB value is (208,166,173). Sum of RGB (Red+Green+Blue) = 208+166+173=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AD is #2F5952. Grayscale: #B3B3B3. Windows color (decimal): -3103059 or 11380432. OLE color: 11380432.
HSL color Cylindrical-coordinate representation of color #D0A6AD: hue angle of 350º 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 #D0A6AD is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 173 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.18 |
| HSL | 350º | 0.31% | 0.73% | - |
| HSV(B) | 350º | 0.2% | 0.82% | - |
| XYZ | 47.19 | 43.7 | 45.48 | - |
| YUV | 179.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 173 | 0 | 0.20 | 0.17 | 0.18 | 350 | 0.31 | 0.73 |
| Hex | D0 | A6 | AD | 0 | 14 | 11 | 12 | 15E | 1F | 49 |
| Octal | 320 | 246 | 255 | 0 | 24 | 21 | 22 | 536 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10101101 | 0 | 10100 | 10001 | 10010 | 101011110 | 11111 | 1001001 |
Color Harmonies of #D0A6AD
Complementary color
Monochromatic Colors of #D0A6AD
Black with #D0A6AD
Text Example
Text Example
White with #D0A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6AD; }
p { color: rgb(208,166,173); }
H1.HeaderClassName
{
color: #D0A6AD;
}
.AnyTagClassName
{
color: #D0A6AD;
}
</style>
background-color css
<style>
a { background-color: #D0A6AD; }
a { background-color: rgb(208,166,173); }
div.DivClassName
{
background-color: #D0A6AD;
}
.BgClassName
{
background-color: #D0A6AD;
}
</style>
border-color css
<style>
span { border-color: #D0A6AD; }
span { border-color: rgb(208,166,173); }
td.TdClassName
{
border-color: #D0A6AD;
}
.TagClassName
{
border-color: #D0A6AD;
}
</style>