Shades of Pale Chestnut #D4AAAC
Tints of Pale Chestnut #D4AAAC
RGB
CMYK
RGB Variations
Color information
#D4AAAC (or 0xD4AAAC) is known color: Pale Chestnut. HEX triplet: D4, AA and AC. RGB value is (212,170,172). Sum of RGB (Red+Green+Blue) = 212+170+172=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAC is #2B5553. Grayscale: #B6B6B6. Windows color (decimal): -2839892 or 11315924. OLE color: 11315924.
HSL color Cylindrical-coordinate representation of color #D4AAAC: hue angle of 357.14º 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 #D4AAAC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 172 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.17 |
| HSL | 357.14º | 0.33% | 0.75% | - |
| HSV(B) | 357.14º | 0.2% | 0.83% | - |
| XYZ | 48.97 | 45.73 | 45.27 | - |
| YUV | 182.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 172 | 0 | 0.20 | 0.19 | 0.17 | 357.14 | 0.33 | 0.75 |
| Hex | D4 | AA | AC | 0 | 14 | 13 | 11 | 165 | 21 | 4B |
| Octal | 324 | 252 | 254 | 0 | 24 | 23 | 21 | 545 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10101100 | 0 | 10100 | 10011 | 10001 | 101100101 | 100001 | 1001011 |
Color Harmonies of #D4AAAC
Complementary color
Monochromatic Colors of #D4AAAC
Black with #D4AAAC
Text Example
Text Example
White with #D4AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAAC; }
p { color: rgb(212,170,172); }
H1.HeaderClassName
{
color: #D4AAAC;
}
.AnyTagClassName
{
color: #D4AAAC;
}
</style>
background-color css
<style>
a { background-color: #D4AAAC; }
a { background-color: rgb(212,170,172); }
div.DivClassName
{
background-color: #D4AAAC;
}
.BgClassName
{
background-color: #D4AAAC;
}
</style>
border-color css
<style>
span { border-color: #D4AAAC; }
span { border-color: rgb(212,170,172); }
td.TdClassName
{
border-color: #D4AAAC;
}
.TagClassName
{
border-color: #D4AAAC;
}
</style>