Shades of Pale Chestnut #D5A3AD
Tints of Pale Chestnut #D5A3AD
RGB
CMYK
RGB Variations
Color information
#D5A3AD (or 0xD5A3AD) is known color: Pale Chestnut. HEX triplet: D5, A3 and AD. RGB value is (213,163,173). Sum of RGB (Red+Green+Blue) = 213+163+173=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3AD is #2A5C52. Grayscale: #B3B3B3. Windows color (decimal): -2776147 or 11379669. OLE color: 11379669.
HSL color Cylindrical-coordinate representation of color #D5A3AD: hue angle of 348º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3AD is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 173 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.16 |
| HSL | 348º | 0.37% | 0.74% | - |
| HSV(B) | 348º | 0.23% | 0.84% | - |
| XYZ | 48.08 | 43.36 | 45.37 | - |
| YUV | 179.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 173 | 0 | 0.23 | 0.19 | 0.16 | 348 | 0.37 | 0.74 |
| Hex | D5 | A3 | AD | 0 | 17 | 13 | 10 | 15C | 25 | 4A |
| Octal | 325 | 243 | 255 | 0 | 27 | 23 | 20 | 534 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10101101 | 0 | 10111 | 10011 | 10000 | 101011100 | 100101 | 1001010 |
Color Harmonies of #D5A3AD
Complementary color
Monochromatic Colors of #D5A3AD
Black with #D5A3AD
Text Example
Text Example
White with #D5A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3AD; }
p { color: rgb(213,163,173); }
H1.HeaderClassName
{
color: #D5A3AD;
}
.AnyTagClassName
{
color: #D5A3AD;
}
</style>
background-color css
<style>
a { background-color: #D5A3AD; }
a { background-color: rgb(213,163,173); }
div.DivClassName
{
background-color: #D5A3AD;
}
.BgClassName
{
background-color: #D5A3AD;
}
</style>
border-color css
<style>
span { border-color: #D5A3AD; }
span { border-color: rgb(213,163,173); }
td.TdClassName
{
border-color: #D5A3AD;
}
.TagClassName
{
border-color: #D5A3AD;
}
</style>