Shades of Pale Chestnut #D4A3A9
Tints of Pale Chestnut #D4A3A9
RGB
CMYK
RGB Variations
Color information
#D4A3A9 (or 0xD4A3A9) is known color: Pale Chestnut. HEX triplet: D4, A3 and A9. RGB value is (212,163,169). Sum of RGB (Red+Green+Blue) = 212+163+169=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3A9 is #2B5C56. Grayscale: #B2B2B2. Windows color (decimal): -2841687 or 11117524. OLE color: 11117524.
HSL color Cylindrical-coordinate representation of color #D4A3A9: hue angle of 352.65º 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 #D4A3A9 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 169 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.17 |
| HSL | 352.65º | 0.36% | 0.74% | - |
| HSV(B) | 352.65º | 0.23% | 0.83% | - |
| XYZ | 47.41 | 43.06 | 43.35 | - |
| YUV | 178.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 169 | 0 | 0.23 | 0.20 | 0.17 | 352.65 | 0.36 | 0.74 |
| Hex | D4 | A3 | A9 | 0 | 17 | 14 | 11 | 161 | 24 | 4A |
| Octal | 324 | 243 | 251 | 0 | 27 | 24 | 21 | 541 | 44 | 112 |
| Binary | 11010100 | 10100011 | 10101001 | 0 | 10111 | 10100 | 10001 | 101100001 | 100100 | 1001010 |
Color Harmonies of #D4A3A9
Complementary color
Monochromatic Colors of #D4A3A9
Black with #D4A3A9
Text Example
Text Example
White with #D4A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3A9; }
p { color: rgb(212,163,169); }
H1.HeaderClassName
{
color: #D4A3A9;
}
.AnyTagClassName
{
color: #D4A3A9;
}
</style>
background-color css
<style>
a { background-color: #D4A3A9; }
a { background-color: rgb(212,163,169); }
div.DivClassName
{
background-color: #D4A3A9;
}
.BgClassName
{
background-color: #D4A3A9;
}
</style>
border-color css
<style>
span { border-color: #D4A3A9; }
span { border-color: rgb(212,163,169); }
td.TdClassName
{
border-color: #D4A3A9;
}
.TagClassName
{
border-color: #D4A3A9;
}
</style>