Shades of Pale Chestnut #D4A3AB
Tints of Pale Chestnut #D4A3AB
RGB
CMYK
RGB Variations
Color information
#D4A3AB (or 0xD4A3AB) is known color: Pale Chestnut. HEX triplet: D4, A3 and AB. RGB value is (212,163,171). Sum of RGB (Red+Green+Blue) = 212+163+171=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3AB is #2B5C54. Grayscale: #B2B2B2. Windows color (decimal): -2841685 or 11248596. OLE color: 11248596.
HSL color Cylindrical-coordinate representation of color #D4A3AB: hue angle of 350.2º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3AB is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 171 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.17 |
| HSL | 350.2º | 0.36% | 0.74% | - |
| HSV(B) | 350.2º | 0.23% | 0.83% | - |
| XYZ | 47.6 | 43.13 | 44.34 | - |
| YUV | 178.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 171 | 0 | 0.23 | 0.19 | 0.17 | 350.2 | 0.36 | 0.74 |
| Hex | D4 | A3 | AB | 0 | 17 | 13 | 11 | 15E | 24 | 4A |
| Octal | 324 | 243 | 253 | 0 | 27 | 23 | 21 | 536 | 44 | 112 |
| Binary | 11010100 | 10100011 | 10101011 | 0 | 10111 | 10011 | 10001 | 101011110 | 100100 | 1001010 |
Color Harmonies of #D4A3AB
Complementary color
Monochromatic Colors of #D4A3AB
Black with #D4A3AB
Text Example
Text Example
White with #D4A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3AB; }
p { color: rgb(212,163,171); }
H1.HeaderClassName
{
color: #D4A3AB;
}
.AnyTagClassName
{
color: #D4A3AB;
}
</style>
background-color css
<style>
a { background-color: #D4A3AB; }
a { background-color: rgb(212,163,171); }
div.DivClassName
{
background-color: #D4A3AB;
}
.BgClassName
{
background-color: #D4A3AB;
}
</style>
border-color css
<style>
span { border-color: #D4A3AB; }
span { border-color: rgb(212,163,171); }
td.TdClassName
{
border-color: #D4A3AB;
}
.TagClassName
{
border-color: #D4A3AB;
}
</style>