Shades of Pale Chestnut #D4AAAD
Tints of Pale Chestnut #D4AAAD
RGB
CMYK
RGB Variations
Color information
#D4AAAD (or 0xD4AAAD) is known color: Pale Chestnut. HEX triplet: D4, AA and AD. RGB value is (212,170,173). Sum of RGB (Red+Green+Blue) = 212+170+173=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAD is #2B5552. Grayscale: #B6B6B6. Windows color (decimal): -2839891 or 11381460. OLE color: 11381460.
HSL color Cylindrical-coordinate representation of color #D4AAAD: hue angle of 355.71º 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 #D4AAAD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 173 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.17 |
| HSL | 355.71º | 0.33% | 0.75% | - |
| HSV(B) | 355.71º | 0.2% | 0.83% | - |
| XYZ | 49.07 | 45.76 | 45.78 | - |
| YUV | 182.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 173 | 0 | 0.20 | 0.18 | 0.17 | 355.71 | 0.33 | 0.75 |
| Hex | D4 | AA | AD | 0 | 14 | 12 | 11 | 164 | 21 | 4B |
| Octal | 324 | 252 | 255 | 0 | 24 | 22 | 21 | 544 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10101101 | 0 | 10100 | 10010 | 10001 | 101100100 | 100001 | 1001011 |
Color Harmonies of #D4AAAD
Complementary color
Monochromatic Colors of #D4AAAD
Black with #D4AAAD
Text Example
Text Example
White with #D4AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAAD; }
p { color: rgb(212,170,173); }
H1.HeaderClassName
{
color: #D4AAAD;
}
.AnyTagClassName
{
color: #D4AAAD;
}
</style>
background-color css
<style>
a { background-color: #D4AAAD; }
a { background-color: rgb(212,170,173); }
div.DivClassName
{
background-color: #D4AAAD;
}
.BgClassName
{
background-color: #D4AAAD;
}
</style>
border-color css
<style>
span { border-color: #D4AAAD; }
span { border-color: rgb(212,170,173); }
td.TdClassName
{
border-color: #D4AAAD;
}
.TagClassName
{
border-color: #D4AAAD;
}
</style>