Shades of Pale Chestnut #D4A7AB
Tints of Pale Chestnut #D4A7AB
RGB
CMYK
RGB Variations
Color information
#D4A7AB (or 0xD4A7AB) is known color: Pale Chestnut. HEX triplet: D4, A7 and AB. RGB value is (212,167,171). Sum of RGB (Red+Green+Blue) = 212+167+171=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A7AB is #2B5854. Grayscale: #B4B4B4. Windows color (decimal): -2840661 or 11249620. OLE color: 11249620.
HSL color Cylindrical-coordinate representation of color #D4A7AB: hue angle of 354.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7AB is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 171 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.17 |
| HSL | 354.67º | 0.34% | 0.74% | - |
| HSV(B) | 354.67º | 0.21% | 0.83% | - |
| XYZ | 48.32 | 44.57 | 44.59 | - |
| YUV | 180.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 171 | 0 | 0.21 | 0.19 | 0.17 | 354.67 | 0.34 | 0.74 |
| Hex | D4 | A7 | AB | 0 | 15 | 13 | 11 | 163 | 22 | 4A |
| Octal | 324 | 247 | 253 | 0 | 25 | 23 | 21 | 543 | 42 | 112 |
| Binary | 11010100 | 10100111 | 10101011 | 0 | 10101 | 10011 | 10001 | 101100011 | 100010 | 1001010 |
Color Harmonies of #D4A7AB
Complementary color
Monochromatic Colors of #D4A7AB
Black with #D4A7AB
Text Example
Text Example
White with #D4A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7AB; }
p { color: rgb(212,167,171); }
H1.HeaderClassName
{
color: #D4A7AB;
}
.AnyTagClassName
{
color: #D4A7AB;
}
</style>
background-color css
<style>
a { background-color: #D4A7AB; }
a { background-color: rgb(212,167,171); }
div.DivClassName
{
background-color: #D4A7AB;
}
.BgClassName
{
background-color: #D4A7AB;
}
</style>
border-color css
<style>
span { border-color: #D4A7AB; }
span { border-color: rgb(212,167,171); }
td.TdClassName
{
border-color: #D4A7AB;
}
.TagClassName
{
border-color: #D4A7AB;
}
</style>