Shades of Pale Chestnut #D4A8AF
Tints of Pale Chestnut #D4A8AF
RGB
CMYK
RGB Variations
Color information
#D4A8AF (or 0xD4A8AF) is known color: Pale Chestnut. HEX triplet: D4, A8 and AF. RGB value is (212,168,175). Sum of RGB (Red+Green+Blue) = 212+168+175=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A8AF is #2B5750. Grayscale: #B5B5B5. Windows color (decimal): -2840401 or 11512020. OLE color: 11512020.
HSL color Cylindrical-coordinate representation of color #D4A8AF: hue angle of 350.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8AF is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 175 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.17 |
| HSL | 350.45º | 0.34% | 0.75% | - |
| HSV(B) | 350.45º | 0.21% | 0.83% | - |
| XYZ | 48.89 | 45.1 | 46.69 | - |
| YUV | 181.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 175 | 0 | 0.21 | 0.17 | 0.17 | 350.45 | 0.34 | 0.75 |
| Hex | D4 | A8 | AF | 0 | 15 | 11 | 11 | 15E | 22 | 4B |
| Octal | 324 | 250 | 257 | 0 | 25 | 21 | 21 | 536 | 42 | 113 |
| Binary | 11010100 | 10101000 | 10101111 | 0 | 10101 | 10001 | 10001 | 101011110 | 100010 | 1001011 |
Color Harmonies of #D4A8AF
Complementary color
Monochromatic Colors of #D4A8AF
Black with #D4A8AF
Text Example
Text Example
White with #D4A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8AF; }
p { color: rgb(212,168,175); }
H1.HeaderClassName
{
color: #D4A8AF;
}
.AnyTagClassName
{
color: #D4A8AF;
}
</style>
background-color css
<style>
a { background-color: #D4A8AF; }
a { background-color: rgb(212,168,175); }
div.DivClassName
{
background-color: #D4A8AF;
}
.BgClassName
{
background-color: #D4A8AF;
}
</style>
border-color css
<style>
span { border-color: #D4A8AF; }
span { border-color: rgb(212,168,175); }
td.TdClassName
{
border-color: #D4A8AF;
}
.TagClassName
{
border-color: #D4A8AF;
}
</style>