Shades of Pale Chestnut #D4AAAE
Tints of Pale Chestnut #D4AAAE
RGB
CMYK
RGB Variations
Color information
#D4AAAE (or 0xD4AAAE) is known color: Pale Chestnut. HEX triplet: D4, AA and AE. RGB value is (212,170,174). Sum of RGB (Red+Green+Blue) = 212+170+174=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAE is #2B5551. Grayscale: #B7B7B7. Windows color (decimal): -2839890 or 11446996. OLE color: 11446996.
HSL color Cylindrical-coordinate representation of color #D4AAAE: hue angle of 354.29º 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 #D4AAAE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 174 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.17 |
| HSL | 354.29º | 0.33% | 0.75% | - |
| HSV(B) | 354.29º | 0.2% | 0.83% | - |
| XYZ | 49.17 | 45.8 | 46.29 | - |
| YUV | 183.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 174 | 0 | 0.20 | 0.18 | 0.17 | 354.29 | 0.33 | 0.75 |
| Hex | D4 | AA | AE | 0 | 14 | 12 | 11 | 162 | 21 | 4B |
| Octal | 324 | 252 | 256 | 0 | 24 | 22 | 21 | 542 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10101110 | 0 | 10100 | 10010 | 10001 | 101100010 | 100001 | 1001011 |
Color Harmonies of #D4AAAE
Complementary color
Monochromatic Colors of #D4AAAE
Black with #D4AAAE
Text Example
Text Example
White with #D4AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAAE; }
p { color: rgb(212,170,174); }
H1.HeaderClassName
{
color: #D4AAAE;
}
.AnyTagClassName
{
color: #D4AAAE;
}
</style>
background-color css
<style>
a { background-color: #D4AAAE; }
a { background-color: rgb(212,170,174); }
div.DivClassName
{
background-color: #D4AAAE;
}
.BgClassName
{
background-color: #D4AAAE;
}
</style>
border-color css
<style>
span { border-color: #D4AAAE; }
span { border-color: rgb(212,170,174); }
td.TdClassName
{
border-color: #D4AAAE;
}
.TagClassName
{
border-color: #D4AAAE;
}
</style>