Shades of Pale Chestnut #D5A3A9
Tints of Pale Chestnut #D5A3A9
RGB
CMYK
RGB Variations
Color information
#D5A3A9 (or 0xD5A3A9) is known color: Pale Chestnut. HEX triplet: D5, A3 and A9. RGB value is (213,163,169). Sum of RGB (Red+Green+Blue) = 213+163+169=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3A9 is #2A5C56. Grayscale: #B2B2B2. Windows color (decimal): -2776151 or 11117525. OLE color: 11117525.
HSL color Cylindrical-coordinate representation of color #D5A3A9: hue angle of 352.8º 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 #D5A3A9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 169 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.16 |
| HSL | 352.8º | 0.37% | 0.74% | - |
| HSV(B) | 352.8º | 0.23% | 0.84% | - |
| XYZ | 47.7 | 43.21 | 43.36 | - |
| YUV | 178.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 169 | 0 | 0.23 | 0.21 | 0.16 | 352.8 | 0.37 | 0.74 |
| Hex | D5 | A3 | A9 | 0 | 17 | 15 | 10 | 161 | 25 | 4A |
| Octal | 325 | 243 | 251 | 0 | 27 | 25 | 20 | 541 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10101001 | 0 | 10111 | 10101 | 10000 | 101100001 | 100101 | 1001010 |
Color Harmonies of #D5A3A9
Complementary color
Monochromatic Colors of #D5A3A9
Black with #D5A3A9
Text Example
Text Example
White with #D5A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3A9; }
p { color: rgb(213,163,169); }
H1.HeaderClassName
{
color: #D5A3A9;
}
.AnyTagClassName
{
color: #D5A3A9;
}
</style>
background-color css
<style>
a { background-color: #D5A3A9; }
a { background-color: rgb(213,163,169); }
div.DivClassName
{
background-color: #D5A3A9;
}
.BgClassName
{
background-color: #D5A3A9;
}
</style>
border-color css
<style>
span { border-color: #D5A3A9; }
span { border-color: rgb(213,163,169); }
td.TdClassName
{
border-color: #D5A3A9;
}
.TagClassName
{
border-color: #D5A3A9;
}
</style>