Shades of Pale Chestnut #D4A4AA
Tints of Pale Chestnut #D4A4AA
RGB
CMYK
RGB Variations
Color information
#D4A4AA (or 0xD4A4AA) is known color: Pale Chestnut. HEX triplet: D4, A4 and AA. RGB value is (212,164,170). Sum of RGB (Red+Green+Blue) = 212+164+170=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4AA is #2B5B55. Grayscale: #B3B3B3. Windows color (decimal): -2841430 or 11183316. OLE color: 11183316.
HSL color Cylindrical-coordinate representation of color #D4A4AA: hue angle of 352.5º 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 #D4A4AA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 170 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.17 |
| HSL | 352.5º | 0.36% | 0.74% | - |
| HSV(B) | 352.5º | 0.23% | 0.83% | - |
| XYZ | 47.68 | 43.45 | 43.9 | - |
| YUV | 179.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 170 | 0 | 0.23 | 0.20 | 0.17 | 352.5 | 0.36 | 0.74 |
| Hex | D4 | A4 | AA | 0 | 17 | 14 | 11 | 160 | 24 | 4A |
| Octal | 324 | 244 | 252 | 0 | 27 | 24 | 21 | 540 | 44 | 112 |
| Binary | 11010100 | 10100100 | 10101010 | 0 | 10111 | 10100 | 10001 | 101100000 | 100100 | 1001010 |
Color Harmonies of #D4A4AA
Complementary color
Monochromatic Colors of #D4A4AA
Black with #D4A4AA
Text Example
Text Example
White with #D4A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4AA; }
p { color: rgb(212,164,170); }
H1.HeaderClassName
{
color: #D4A4AA;
}
.AnyTagClassName
{
color: #D4A4AA;
}
</style>
background-color css
<style>
a { background-color: #D4A4AA; }
a { background-color: rgb(212,164,170); }
div.DivClassName
{
background-color: #D4A4AA;
}
.BgClassName
{
background-color: #D4A4AA;
}
</style>
border-color css
<style>
span { border-color: #D4A4AA; }
span { border-color: rgb(212,164,170); }
td.TdClassName
{
border-color: #D4A4AA;
}
.TagClassName
{
border-color: #D4A4AA;
}
</style>