Shades of Pale Chestnut #D9A3AF
Tints of Pale Chestnut #D9A3AF
RGB
CMYK
RGB Variations
Color information
#D9A3AF (or 0xD9A3AF) is known color: Pale Chestnut. HEX triplet: D9, A3 and AF. RGB value is (217,163,175). Sum of RGB (Red+Green+Blue) = 217+163+175=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A3AF is #265C50. Grayscale: #B4B4B4. Windows color (decimal): -2514001 or 11510745. OLE color: 11510745.
HSL color Cylindrical-coordinate representation of color #D9A3AF: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3AF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 175 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.15 |
| HSL | 346.67º | 0.42% | 0.75% | - |
| HSV(B) | 346.67º | 0.25% | 0.85% | - |
| XYZ | 49.45 | 44.04 | 46.45 | - |
| YUV | 180.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 175 | 0 | 0.25 | 0.19 | 0.15 | 346.67 | 0.42 | 0.75 |
| Hex | D9 | A3 | AF | 0 | 19 | 13 | F | 15B | 2A | 4B |
| Octal | 331 | 243 | 257 | 0 | 31 | 23 | 17 | 533 | 52 | 113 |
| Binary | 11011001 | 10100011 | 10101111 | 0 | 11001 | 10011 | 1111 | 101011011 | 101010 | 1001011 |
Color Harmonies of #D9A3AF
Complementary color
Monochromatic Colors of #D9A3AF
Black with #D9A3AF
Text Example
Text Example
White with #D9A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A3AF; }
p { color: rgb(217,163,175); }
H1.HeaderClassName
{
color: #D9A3AF;
}
.AnyTagClassName
{
color: #D9A3AF;
}
</style>
background-color css
<style>
a { background-color: #D9A3AF; }
a { background-color: rgb(217,163,175); }
div.DivClassName
{
background-color: #D9A3AF;
}
.BgClassName
{
background-color: #D9A3AF;
}
</style>
border-color css
<style>
span { border-color: #D9A3AF; }
span { border-color: rgb(217,163,175); }
td.TdClassName
{
border-color: #D9A3AF;
}
.TagClassName
{
border-color: #D9A3AF;
}
</style>