Shades of Pale Chestnut #D5A2AA
Tints of Pale Chestnut #D5A2AA
RGB
CMYK
RGB Variations
Color information
#D5A2AA (or 0xD5A2AA) is known color: Pale Chestnut. HEX triplet: D5, A2 and AA. RGB value is (213,162,170). Sum of RGB (Red+Green+Blue) = 213+162+170=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AA is #2A5D55. Grayscale: #B2B2B2. Windows color (decimal): -2776406 or 11182805. OLE color: 11182805.
HSL color Cylindrical-coordinate representation of color #D5A2AA: hue angle of 350.59º 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 #D5A2AA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 170 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.16 |
| HSL | 350.59º | 0.38% | 0.74% | - |
| HSV(B) | 350.59º | 0.24% | 0.84% | - |
| XYZ | 47.62 | 42.89 | 43.8 | - |
| YUV | 178.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 170 | 0 | 0.24 | 0.20 | 0.16 | 350.59 | 0.38 | 0.74 |
| Hex | D5 | A2 | AA | 0 | 18 | 14 | 10 | 15F | 26 | 4A |
| Octal | 325 | 242 | 252 | 0 | 30 | 24 | 20 | 537 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10101010 | 0 | 11000 | 10100 | 10000 | 101011111 | 100110 | 1001010 |
Color Harmonies of #D5A2AA
Complementary color
Monochromatic Colors of #D5A2AA
Black with #D5A2AA
Text Example
Text Example
White with #D5A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2AA; }
p { color: rgb(213,162,170); }
H1.HeaderClassName
{
color: #D5A2AA;
}
.AnyTagClassName
{
color: #D5A2AA;
}
</style>
background-color css
<style>
a { background-color: #D5A2AA; }
a { background-color: rgb(213,162,170); }
div.DivClassName
{
background-color: #D5A2AA;
}
.BgClassName
{
background-color: #D5A2AA;
}
</style>
border-color css
<style>
span { border-color: #D5A2AA; }
span { border-color: rgb(213,162,170); }
td.TdClassName
{
border-color: #D5A2AA;
}
.TagClassName
{
border-color: #D5A2AA;
}
</style>