Shades of Pale Chestnut #D5A4A6
Tints of Pale Chestnut #D5A4A6
RGB
CMYK
RGB Variations
Color information
#D5A4A6 (or 0xD5A4A6) is known color: Pale Chestnut. HEX triplet: D5, A4 and A6. RGB value is (213,164,166). Sum of RGB (Red+Green+Blue) = 213+164+166=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A4A6 is #2A5B59. Grayscale: #B2B2B2. Windows color (decimal): -2775898 or 10921173. OLE color: 10921173.
HSL color Cylindrical-coordinate representation of color #D5A4A6: hue angle of 357.55º 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 #D5A4A6 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 166 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.16 |
| HSL | 357.55º | 0.37% | 0.74% | - |
| HSV(B) | 357.55º | 0.23% | 0.84% | - |
| XYZ | 47.6 | 43.45 | 41.95 | - |
| YUV | 178.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 166 | 0 | 0.23 | 0.22 | 0.16 | 357.55 | 0.37 | 0.74 |
| Hex | D5 | A4 | A6 | 0 | 17 | 16 | 10 | 166 | 25 | 4A |
| Octal | 325 | 244 | 246 | 0 | 27 | 26 | 20 | 546 | 45 | 112 |
| Binary | 11010101 | 10100100 | 10100110 | 0 | 10111 | 10110 | 10000 | 101100110 | 100101 | 1001010 |
Color Harmonies of #D5A4A6
Complementary color
Monochromatic Colors of #D5A4A6
Black with #D5A4A6
Text Example
Text Example
White with #D5A4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4A6; }
p { color: rgb(213,164,166); }
H1.HeaderClassName
{
color: #D5A4A6;
}
.AnyTagClassName
{
color: #D5A4A6;
}
</style>
background-color css
<style>
a { background-color: #D5A4A6; }
a { background-color: rgb(213,164,166); }
div.DivClassName
{
background-color: #D5A4A6;
}
.BgClassName
{
background-color: #D5A4A6;
}
</style>
border-color css
<style>
span { border-color: #D5A4A6; }
span { border-color: rgb(213,164,166); }
td.TdClassName
{
border-color: #D5A4A6;
}
.TagClassName
{
border-color: #D5A4A6;
}
</style>