Shades of Pale Chestnut #D7A4AB
Tints of Pale Chestnut #D7A4AB
RGB
CMYK
RGB Variations
Color information
#D7A4AB (or 0xD7A4AB) is known color: Pale Chestnut. HEX triplet: D7, A4 and AB. RGB value is (215,164,171). Sum of RGB (Red+Green+Blue) = 215+164+171=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A4AB is #285B54. Grayscale: #B4B4B4. Windows color (decimal): -2644821 or 11248855. OLE color: 11248855.
HSL color Cylindrical-coordinate representation of color #D7A4AB: hue angle of 351.76º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A4AB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 171 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.16 |
| HSL | 351.76º | 0.39% | 0.74% | - |
| HSV(B) | 351.76º | 0.24% | 0.84% | - |
| XYZ | 48.65 | 43.94 | 44.44 | - |
| YUV | 180.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 171 | 0 | 0.24 | 0.20 | 0.16 | 351.76 | 0.39 | 0.74 |
| Hex | D7 | A4 | AB | 0 | 18 | 14 | 10 | 160 | 27 | 4A |
| Octal | 327 | 244 | 253 | 0 | 30 | 24 | 20 | 540 | 47 | 112 |
| Binary | 11010111 | 10100100 | 10101011 | 0 | 11000 | 10100 | 10000 | 101100000 | 100111 | 1001010 |
Color Harmonies of #D7A4AB
Complementary color
Monochromatic Colors of #D7A4AB
Black with #D7A4AB
Text Example
Text Example
White with #D7A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A4AB; }
p { color: rgb(215,164,171); }
H1.HeaderClassName
{
color: #D7A4AB;
}
.AnyTagClassName
{
color: #D7A4AB;
}
</style>
background-color css
<style>
a { background-color: #D7A4AB; }
a { background-color: rgb(215,164,171); }
div.DivClassName
{
background-color: #D7A4AB;
}
.BgClassName
{
background-color: #D7A4AB;
}
</style>
border-color css
<style>
span { border-color: #D7A4AB; }
span { border-color: rgb(215,164,171); }
td.TdClassName
{
border-color: #D7A4AB;
}
.TagClassName
{
border-color: #D7A4AB;
}
</style>