Shades of Pale Chestnut #D5A2AD
Tints of Pale Chestnut #D5A2AD
RGB
CMYK
RGB Variations
Color information
#D5A2AD (or 0xD5A2AD) is known color: Pale Chestnut. HEX triplet: D5, A2 and AD. RGB value is (213,162,173). Sum of RGB (Red+Green+Blue) = 213+162+173=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AD is #2A5D52. Grayscale: #B2B2B2. Windows color (decimal): -2776403 or 11379413. OLE color: 11379413.
HSL color Cylindrical-coordinate representation of color #D5A2AD: hue angle of 347.06º degrees, saturation: 0.38, 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 #D5A2AD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 173 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.16 |
| HSL | 347.06º | 0.38% | 0.74% | - |
| HSV(B) | 347.06º | 0.24% | 0.84% | - |
| XYZ | 47.9 | 43 | 45.31 | - |
| YUV | 178.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 173 | 0 | 0.24 | 0.19 | 0.16 | 347.06 | 0.38 | 0.74 |
| Hex | D5 | A2 | AD | 0 | 18 | 13 | 10 | 15B | 26 | 4A |
| Octal | 325 | 242 | 255 | 0 | 30 | 23 | 20 | 533 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10101101 | 0 | 11000 | 10011 | 10000 | 101011011 | 100110 | 1001010 |
Color Harmonies of #D5A2AD
Complementary color
Monochromatic Colors of #D5A2AD
Black with #D5A2AD
Text Example
Text Example
White with #D5A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2AD; }
p { color: rgb(213,162,173); }
H1.HeaderClassName
{
color: #D5A2AD;
}
.AnyTagClassName
{
color: #D5A2AD;
}
</style>
background-color css
<style>
a { background-color: #D5A2AD; }
a { background-color: rgb(213,162,173); }
div.DivClassName
{
background-color: #D5A2AD;
}
.BgClassName
{
background-color: #D5A2AD;
}
</style>
border-color css
<style>
span { border-color: #D5A2AD; }
span { border-color: rgb(213,162,173); }
td.TdClassName
{
border-color: #D5A2AD;
}
.TagClassName
{
border-color: #D5A2AD;
}
</style>