Shades of Pale Chestnut #D4A9AF
Tints of Pale Chestnut #D4A9AF
RGB
CMYK
RGB Variations
Color information
#D4A9AF (or 0xD4A9AF) is known color: Pale Chestnut. HEX triplet: D4, A9 and AF. RGB value is (212,169,175). Sum of RGB (Red+Green+Blue) = 212+169+175=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A9AF is #2B5650. Grayscale: #B6B6B6. Windows color (decimal): -2840145 or 11512276. OLE color: 11512276.
HSL color Cylindrical-coordinate representation of color #D4A9AF: hue angle of 351.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4A9AF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 175 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.17 |
| HSL | 351.63º | 0.33% | 0.75% | - |
| HSV(B) | 351.63º | 0.2% | 0.83% | - |
| XYZ | 49.08 | 45.47 | 46.75 | - |
| YUV | 182.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 175 | 0 | 0.20 | 0.17 | 0.17 | 351.63 | 0.33 | 0.75 |
| Hex | D4 | A9 | AF | 0 | 14 | 11 | 11 | 160 | 21 | 4B |
| Octal | 324 | 251 | 257 | 0 | 24 | 21 | 21 | 540 | 41 | 113 |
| Binary | 11010100 | 10101001 | 10101111 | 0 | 10100 | 10001 | 10001 | 101100000 | 100001 | 1001011 |
Color Harmonies of #D4A9AF
Complementary color
Monochromatic Colors of #D4A9AF
Black with #D4A9AF
Text Example
Text Example
White with #D4A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9AF; }
p { color: rgb(212,169,175); }
H1.HeaderClassName
{
color: #D4A9AF;
}
.AnyTagClassName
{
color: #D4A9AF;
}
</style>
background-color css
<style>
a { background-color: #D4A9AF; }
a { background-color: rgb(212,169,175); }
div.DivClassName
{
background-color: #D4A9AF;
}
.BgClassName
{
background-color: #D4A9AF;
}
</style>
border-color css
<style>
span { border-color: #D4A9AF; }
span { border-color: rgb(212,169,175); }
td.TdClassName
{
border-color: #D4A9AF;
}
.TagClassName
{
border-color: #D4A9AF;
}
</style>