Shades of Pale Chestnut #D2A9AF
Tints of Pale Chestnut #D2A9AF
RGB
CMYK
RGB Variations
Color information
#D2A9AF (or 0xD2A9AF) is known color: Pale Chestnut. HEX triplet: D2, A9 and AF. RGB value is (210,169,175). Sum of RGB (Red+Green+Blue) = 210+169+175=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A9AF is #2D5650. Grayscale: #B5B5B5. Windows color (decimal): -2971217 or 11512274. OLE color: 11512274.
HSL color Cylindrical-coordinate representation of color #D2A9AF: hue angle of 351.22º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9AF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 175 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.18 |
| HSL | 351.22º | 0.31% | 0.74% | - |
| HSV(B) | 351.22º | 0.2% | 0.82% | - |
| XYZ | 48.5 | 45.17 | 46.72 | - |
| YUV | 181.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 175 | 0 | 0.20 | 0.17 | 0.18 | 351.22 | 0.31 | 0.74 |
| Hex | D2 | A9 | AF | 0 | 14 | 11 | 12 | 15F | 1F | 4A |
| Octal | 322 | 251 | 257 | 0 | 24 | 21 | 22 | 537 | 37 | 112 |
| Binary | 11010010 | 10101001 | 10101111 | 0 | 10100 | 10001 | 10010 | 101011111 | 11111 | 1001010 |
Color Harmonies of #D2A9AF
Complementary color
Monochromatic Colors of #D2A9AF
Black with #D2A9AF
Text Example
Text Example
White with #D2A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A9AF; }
p { color: rgb(210,169,175); }
H1.HeaderClassName
{
color: #D2A9AF;
}
.AnyTagClassName
{
color: #D2A9AF;
}
</style>
background-color css
<style>
a { background-color: #D2A9AF; }
a { background-color: rgb(210,169,175); }
div.DivClassName
{
background-color: #D2A9AF;
}
.BgClassName
{
background-color: #D2A9AF;
}
</style>
border-color css
<style>
span { border-color: #D2A9AF; }
span { border-color: rgb(210,169,175); }
td.TdClassName
{
border-color: #D2A9AF;
}
.TagClassName
{
border-color: #D2A9AF;
}
</style>