Shades of Pale Chestnut #D0A9AF
Tints of Pale Chestnut #D0A9AF
RGB
CMYK
RGB Variations
Color information
#D0A9AF (or 0xD0A9AF) is known color: Pale Chestnut. HEX triplet: D0, A9 and AF. RGB value is (208,169,175). Sum of RGB (Red+Green+Blue) = 208+169+175=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A9AF is #2F5650. Grayscale: #B5B5B5. Windows color (decimal): -3102289 or 11512272. OLE color: 11512272.
HSL color Cylindrical-coordinate representation of color #D0A9AF: hue angle of 350.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A9AF is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 175 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.18 |
| HSL | 350.77º | 0.29% | 0.74% | - |
| HSV(B) | 350.77º | 0.19% | 0.82% | - |
| XYZ | 47.94 | 44.88 | 46.69 | - |
| YUV | 181.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 175 | 0 | 0.19 | 0.16 | 0.18 | 350.77 | 0.29 | 0.74 |
| Hex | D0 | A9 | AF | 0 | 13 | 10 | 12 | 15F | 1D | 4A |
| Octal | 320 | 251 | 257 | 0 | 23 | 20 | 22 | 537 | 35 | 112 |
| Binary | 11010000 | 10101001 | 10101111 | 0 | 10011 | 10000 | 10010 | 101011111 | 11101 | 1001010 |
Color Harmonies of #D0A9AF
Complementary color
Monochromatic Colors of #D0A9AF
Black with #D0A9AF
Text Example
Text Example
White with #D0A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9AF; }
p { color: rgb(208,169,175); }
H1.HeaderClassName
{
color: #D0A9AF;
}
.AnyTagClassName
{
color: #D0A9AF;
}
</style>
background-color css
<style>
a { background-color: #D0A9AF; }
a { background-color: rgb(208,169,175); }
div.DivClassName
{
background-color: #D0A9AF;
}
.BgClassName
{
background-color: #D0A9AF;
}
</style>
border-color css
<style>
span { border-color: #D0A9AF; }
span { border-color: rgb(208,169,175); }
td.TdClassName
{
border-color: #D0A9AF;
}
.TagClassName
{
border-color: #D0A9AF;
}
</style>