Shades of Pale Chestnut #D5A6AA
Tints of Pale Chestnut #D5A6AA
RGB
CMYK
RGB Variations
Color information
#D5A6AA (or 0xD5A6AA) is known color: Pale Chestnut. HEX triplet: D5, A6 and AA. RGB value is (213,166,170). Sum of RGB (Red+Green+Blue) = 213+166+170=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A6AA is #2A5955. Grayscale: #B4B4B4. Windows color (decimal): -2775382 or 11183829. OLE color: 11183829.
HSL color Cylindrical-coordinate representation of color #D5A6AA: hue angle of 354.89º 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 #D5A6AA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 170 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.16 |
| HSL | 354.89º | 0.36% | 0.74% | - |
| HSV(B) | 354.89º | 0.22% | 0.84% | - |
| XYZ | 48.33 | 44.32 | 44.04 | - |
| YUV | 180.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 170 | 0 | 0.22 | 0.20 | 0.16 | 354.89 | 0.36 | 0.74 |
| Hex | D5 | A6 | AA | 0 | 16 | 14 | 10 | 163 | 24 | 4A |
| Octal | 325 | 246 | 252 | 0 | 26 | 24 | 20 | 543 | 44 | 112 |
| Binary | 11010101 | 10100110 | 10101010 | 0 | 10110 | 10100 | 10000 | 101100011 | 100100 | 1001010 |
Color Harmonies of #D5A6AA
Complementary color
Monochromatic Colors of #D5A6AA
Black with #D5A6AA
Text Example
Text Example
White with #D5A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6AA; }
p { color: rgb(213,166,170); }
H1.HeaderClassName
{
color: #D5A6AA;
}
.AnyTagClassName
{
color: #D5A6AA;
}
</style>
background-color css
<style>
a { background-color: #D5A6AA; }
a { background-color: rgb(213,166,170); }
div.DivClassName
{
background-color: #D5A6AA;
}
.BgClassName
{
background-color: #D5A6AA;
}
</style>
border-color css
<style>
span { border-color: #D5A6AA; }
span { border-color: rgb(213,166,170); }
td.TdClassName
{
border-color: #D5A6AA;
}
.TagClassName
{
border-color: #D5A6AA;
}
</style>