Shades of Pale Chestnut #D4A4A9
Tints of Pale Chestnut #D4A4A9
RGB
CMYK
RGB Variations
Color information
#D4A4A9 (or 0xD4A4A9) is known color: Pale Chestnut. HEX triplet: D4, A4 and A9. RGB value is (212,164,169). Sum of RGB (Red+Green+Blue) = 212+164+169=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4A9 is #2B5B56. Grayscale: #B2B2B2. Windows color (decimal): -2841431 or 11117780. OLE color: 11117780.
HSL color Cylindrical-coordinate representation of color #D4A4A9: hue angle of 353.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4A9 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 169 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.17 |
| HSL | 353.75º | 0.36% | 0.74% | - |
| HSV(B) | 353.75º | 0.23% | 0.83% | - |
| XYZ | 47.59 | 43.41 | 43.41 | - |
| YUV | 178.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 169 | 0 | 0.23 | 0.20 | 0.17 | 353.75 | 0.36 | 0.74 |
| Hex | D4 | A4 | A9 | 0 | 17 | 14 | 11 | 162 | 24 | 4A |
| Octal | 324 | 244 | 251 | 0 | 27 | 24 | 21 | 542 | 44 | 112 |
| Binary | 11010100 | 10100100 | 10101001 | 0 | 10111 | 10100 | 10001 | 101100010 | 100100 | 1001010 |
Color Harmonies of #D4A4A9
Complementary color
Monochromatic Colors of #D4A4A9
Black with #D4A4A9
Text Example
Text Example
White with #D4A4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4A9; }
p { color: rgb(212,164,169); }
H1.HeaderClassName
{
color: #D4A4A9;
}
.AnyTagClassName
{
color: #D4A4A9;
}
</style>
background-color css
<style>
a { background-color: #D4A4A9; }
a { background-color: rgb(212,164,169); }
div.DivClassName
{
background-color: #D4A4A9;
}
.BgClassName
{
background-color: #D4A4A9;
}
</style>
border-color css
<style>
span { border-color: #D4A4A9; }
span { border-color: rgb(212,164,169); }
td.TdClassName
{
border-color: #D4A4A9;
}
.TagClassName
{
border-color: #D4A4A9;
}
</style>