Shades of Pale Chestnut #D5A9AE
Tints of Pale Chestnut #D5A9AE
RGB
CMYK
RGB Variations
Color information
#D5A9AE (or 0xD5A9AE) is known color: Pale Chestnut. HEX triplet: D5, A9 and AE. RGB value is (213,169,174). Sum of RGB (Red+Green+Blue) = 213+169+174=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A9AE is #2A5651. Grayscale: #B6B6B6. Windows color (decimal): -2774610 or 11446741. OLE color: 11446741.
HSL color Cylindrical-coordinate representation of color #D5A9AE: hue angle of 353.18º degrees, saturation: 0.34, 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 #D5A9AE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 174 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.16 |
| HSL | 353.18º | 0.34% | 0.75% | - |
| HSV(B) | 353.18º | 0.21% | 0.84% | - |
| XYZ | 49.27 | 45.58 | 46.25 | - |
| YUV | 182.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 174 | 0 | 0.21 | 0.18 | 0.16 | 353.18 | 0.34 | 0.75 |
| Hex | D5 | A9 | AE | 0 | 15 | 12 | 10 | 161 | 22 | 4B |
| Octal | 325 | 251 | 256 | 0 | 25 | 22 | 20 | 541 | 42 | 113 |
| Binary | 11010101 | 10101001 | 10101110 | 0 | 10101 | 10010 | 10000 | 101100001 | 100010 | 1001011 |
Color Harmonies of #D5A9AE
Complementary color
Monochromatic Colors of #D5A9AE
Black with #D5A9AE
Text Example
Text Example
White with #D5A9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9AE; }
p { color: rgb(213,169,174); }
H1.HeaderClassName
{
color: #D5A9AE;
}
.AnyTagClassName
{
color: #D5A9AE;
}
</style>
background-color css
<style>
a { background-color: #D5A9AE; }
a { background-color: rgb(213,169,174); }
div.DivClassName
{
background-color: #D5A9AE;
}
.BgClassName
{
background-color: #D5A9AE;
}
</style>
border-color css
<style>
span { border-color: #D5A9AE; }
span { border-color: rgb(213,169,174); }
td.TdClassName
{
border-color: #D5A9AE;
}
.TagClassName
{
border-color: #D5A9AE;
}
</style>