Shades of Pale Chestnut #D5A6A8
Tints of Pale Chestnut #D5A6A8
RGB
CMYK
RGB Variations
Color information
#D5A6A8 (or 0xD5A6A8) is known color: Pale Chestnut. HEX triplet: D5, A6 and A8. RGB value is (213,166,168). Sum of RGB (Red+Green+Blue) = 213+166+168=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A6A8 is #2A5957. Grayscale: #B4B4B4. Windows color (decimal): -2775384 or 11052757. OLE color: 11052757.
HSL color Cylindrical-coordinate representation of color #D5A6A8: hue angle of 357.45º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6A8 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 168 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.16 |
| HSL | 357.45º | 0.36% | 0.74% | - |
| HSV(B) | 357.45º | 0.22% | 0.84% | - |
| XYZ | 48.14 | 44.25 | 43.05 | - |
| YUV | 180.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 168 | 0 | 0.22 | 0.21 | 0.16 | 357.45 | 0.36 | 0.74 |
| Hex | D5 | A6 | A8 | 0 | 16 | 15 | 10 | 165 | 24 | 4A |
| Octal | 325 | 246 | 250 | 0 | 26 | 25 | 20 | 545 | 44 | 112 |
| Binary | 11010101 | 10100110 | 10101000 | 0 | 10110 | 10101 | 10000 | 101100101 | 100100 | 1001010 |
Color Harmonies of #D5A6A8
Complementary color
Monochromatic Colors of #D5A6A8
Black with #D5A6A8
Text Example
Text Example
White with #D5A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6A8; }
p { color: rgb(213,166,168); }
H1.HeaderClassName
{
color: #D5A6A8;
}
.AnyTagClassName
{
color: #D5A6A8;
}
</style>
background-color css
<style>
a { background-color: #D5A6A8; }
a { background-color: rgb(213,166,168); }
div.DivClassName
{
background-color: #D5A6A8;
}
.BgClassName
{
background-color: #D5A6A8;
}
</style>
border-color css
<style>
span { border-color: #D5A6A8; }
span { border-color: rgb(213,166,168); }
td.TdClassName
{
border-color: #D5A6A8;
}
.TagClassName
{
border-color: #D5A6A8;
}
</style>