Shades of Pale Chestnut #D5A8AD
Tints of Pale Chestnut #D5A8AD
RGB
CMYK
RGB Variations
Color information
#D5A8AD (or 0xD5A8AD) is known color: Pale Chestnut. HEX triplet: D5, A8 and AD. RGB value is (213,168,173). Sum of RGB (Red+Green+Blue) = 213+168+173=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A8AD is #2A5752. Grayscale: #B6B6B6. Windows color (decimal): -2774867 or 11380949. OLE color: 11380949.
HSL color Cylindrical-coordinate representation of color #D5A8AD: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8AD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 173 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.16 |
| HSL | 353.33º | 0.35% | 0.75% | - |
| HSV(B) | 353.33º | 0.21% | 0.84% | - |
| XYZ | 48.99 | 45.17 | 45.67 | - |
| YUV | 182.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 173 | 0 | 0.21 | 0.19 | 0.16 | 353.33 | 0.35 | 0.75 |
| Hex | D5 | A8 | AD | 0 | 15 | 13 | 10 | 161 | 23 | 4B |
| Octal | 325 | 250 | 255 | 0 | 25 | 23 | 20 | 541 | 43 | 113 |
| Binary | 11010101 | 10101000 | 10101101 | 0 | 10101 | 10011 | 10000 | 101100001 | 100011 | 1001011 |
Color Harmonies of #D5A8AD
Complementary color
Monochromatic Colors of #D5A8AD
Black with #D5A8AD
Text Example
Text Example
White with #D5A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8AD; }
p { color: rgb(213,168,173); }
H1.HeaderClassName
{
color: #D5A8AD;
}
.AnyTagClassName
{
color: #D5A8AD;
}
</style>
background-color css
<style>
a { background-color: #D5A8AD; }
a { background-color: rgb(213,168,173); }
div.DivClassName
{
background-color: #D5A8AD;
}
.BgClassName
{
background-color: #D5A8AD;
}
</style>
border-color css
<style>
span { border-color: #D5A8AD; }
span { border-color: rgb(213,168,173); }
td.TdClassName
{
border-color: #D5A8AD;
}
.TagClassName
{
border-color: #D5A8AD;
}
</style>