Shades of Pale Chestnut #D1A5AD
Tints of Pale Chestnut #D1A5AD
RGB
CMYK
RGB Variations
Color information
#D1A5AD (or 0xD1A5AD) is known color: Pale Chestnut. HEX triplet: D1, A5 and AD. RGB value is (209,165,173). Sum of RGB (Red+Green+Blue) = 209+165+173=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A5AD is #2E5A52. Grayscale: #B3B3B3. Windows color (decimal): -3037779 or 11380177. OLE color: 11380177.
HSL color Cylindrical-coordinate representation of color #D1A5AD: hue angle of 349.09º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A5AD is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 173 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.18 |
| HSL | 349.09º | 0.32% | 0.73% | - |
| HSV(B) | 349.09º | 0.21% | 0.82% | - |
| XYZ | 47.29 | 43.48 | 45.44 | - |
| YUV | 179.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 173 | 0 | 0.21 | 0.17 | 0.18 | 349.09 | 0.32 | 0.73 |
| Hex | D1 | A5 | AD | 0 | 15 | 11 | 12 | 15D | 20 | 49 |
| Octal | 321 | 245 | 255 | 0 | 25 | 21 | 22 | 535 | 40 | 111 |
| Binary | 11010001 | 10100101 | 10101101 | 0 | 10101 | 10001 | 10010 | 101011101 | 100000 | 1001001 |
Color Harmonies of #D1A5AD
Complementary color
Monochromatic Colors of #D1A5AD
Black with #D1A5AD
Text Example
Text Example
White with #D1A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5AD; }
p { color: rgb(209,165,173); }
H1.HeaderClassName
{
color: #D1A5AD;
}
.AnyTagClassName
{
color: #D1A5AD;
}
</style>
background-color css
<style>
a { background-color: #D1A5AD; }
a { background-color: rgb(209,165,173); }
div.DivClassName
{
background-color: #D1A5AD;
}
.BgClassName
{
background-color: #D1A5AD;
}
</style>
border-color css
<style>
span { border-color: #D1A5AD; }
span { border-color: rgb(209,165,173); }
td.TdClassName
{
border-color: #D1A5AD;
}
.TagClassName
{
border-color: #D1A5AD;
}
</style>