Shades of Pale Chestnut #D5A2AC
Tints of Pale Chestnut #D5A2AC
RGB
CMYK
RGB Variations
Color information
#D5A2AC (or 0xD5A2AC) is known color: Pale Chestnut. HEX triplet: D5, A2 and AC. RGB value is (213,162,172). Sum of RGB (Red+Green+Blue) = 213+162+172=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AC is #2A5D53. Grayscale: #B2B2B2. Windows color (decimal): -2776404 or 11313877. OLE color: 11313877.
HSL color Cylindrical-coordinate representation of color #D5A2AC: hue angle of 348.24º 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 #D5A2AC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 172 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.16 |
| HSL | 348.24º | 0.38% | 0.74% | - |
| HSV(B) | 348.24º | 0.24% | 0.84% | - |
| XYZ | 47.81 | 42.97 | 44.8 | - |
| YUV | 178.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 172 | 0 | 0.24 | 0.19 | 0.16 | 348.24 | 0.38 | 0.74 |
| Hex | D5 | A2 | AC | 0 | 18 | 13 | 10 | 15C | 26 | 4A |
| Octal | 325 | 242 | 254 | 0 | 30 | 23 | 20 | 534 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10101100 | 0 | 11000 | 10011 | 10000 | 101011100 | 100110 | 1001010 |
Color Harmonies of #D5A2AC
Complementary color
Monochromatic Colors of #D5A2AC
Black with #D5A2AC
Text Example
Text Example
White with #D5A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2AC; }
p { color: rgb(213,162,172); }
H1.HeaderClassName
{
color: #D5A2AC;
}
.AnyTagClassName
{
color: #D5A2AC;
}
</style>
background-color css
<style>
a { background-color: #D5A2AC; }
a { background-color: rgb(213,162,172); }
div.DivClassName
{
background-color: #D5A2AC;
}
.BgClassName
{
background-color: #D5A2AC;
}
</style>
border-color css
<style>
span { border-color: #D5A2AC; }
span { border-color: rgb(213,162,172); }
td.TdClassName
{
border-color: #D5A2AC;
}
.TagClassName
{
border-color: #D5A2AC;
}
</style>