Shades of Pale Chestnut #D4A9AC
Tints of Pale Chestnut #D4A9AC
RGB
CMYK
RGB Variations
Color information
#D4A9AC (or 0xD4A9AC) is known color: Pale Chestnut. HEX triplet: D4, A9 and AC. RGB value is (212,169,172). Sum of RGB (Red+Green+Blue) = 212+169+172=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A9AC is #2B5653. Grayscale: #B6B6B6. Windows color (decimal): -2840148 or 11315668. OLE color: 11315668.
HSL color Cylindrical-coordinate representation of color #D4A9AC: hue angle of 355.81º 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 #D4A9AC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 172 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.17 |
| HSL | 355.81º | 0.33% | 0.75% | - |
| HSV(B) | 355.81º | 0.2% | 0.83% | - |
| XYZ | 48.79 | 45.35 | 45.21 | - |
| YUV | 182.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 172 | 0 | 0.20 | 0.19 | 0.17 | 355.81 | 0.33 | 0.75 |
| Hex | D4 | A9 | AC | 0 | 14 | 13 | 11 | 164 | 21 | 4B |
| Octal | 324 | 251 | 254 | 0 | 24 | 23 | 21 | 544 | 41 | 113 |
| Binary | 11010100 | 10101001 | 10101100 | 0 | 10100 | 10011 | 10001 | 101100100 | 100001 | 1001011 |
Color Harmonies of #D4A9AC
Complementary color
Monochromatic Colors of #D4A9AC
Black with #D4A9AC
Text Example
Text Example
White with #D4A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9AC; }
p { color: rgb(212,169,172); }
H1.HeaderClassName
{
color: #D4A9AC;
}
.AnyTagClassName
{
color: #D4A9AC;
}
</style>
background-color css
<style>
a { background-color: #D4A9AC; }
a { background-color: rgb(212,169,172); }
div.DivClassName
{
background-color: #D4A9AC;
}
.BgClassName
{
background-color: #D4A9AC;
}
</style>
border-color css
<style>
span { border-color: #D4A9AC; }
span { border-color: rgb(212,169,172); }
td.TdClassName
{
border-color: #D4A9AC;
}
.TagClassName
{
border-color: #D4A9AC;
}
</style>