Shades of Pale Chestnut #D1A5AF
Tints of Pale Chestnut #D1A5AF
RGB
CMYK
RGB Variations
Color information
#D1A5AF (or 0xD1A5AF) is known color: Pale Chestnut. HEX triplet: D1, A5 and AF. RGB value is (209,165,175). Sum of RGB (Red+Green+Blue) = 209+165+175=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A5AF is #2E5A50. Grayscale: #B3B3B3. Windows color (decimal): -3037777 or 11511249. OLE color: 11511249.
HSL color Cylindrical-coordinate representation of color #D1A5AF: hue angle of 346.36º 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 #D1A5AF is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 175 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.18 |
| HSL | 346.36º | 0.32% | 0.73% | - |
| HSV(B) | 346.36º | 0.21% | 0.82% | - |
| XYZ | 47.49 | 43.56 | 46.46 | - |
| YUV | 179.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 175 | 0 | 0.21 | 0.16 | 0.18 | 346.36 | 0.32 | 0.73 |
| Hex | D1 | A5 | AF | 0 | 15 | 10 | 12 | 15A | 20 | 49 |
| Octal | 321 | 245 | 257 | 0 | 25 | 20 | 22 | 532 | 40 | 111 |
| Binary | 11010001 | 10100101 | 10101111 | 0 | 10101 | 10000 | 10010 | 101011010 | 100000 | 1001001 |
Color Harmonies of #D1A5AF
Complementary color
Monochromatic Colors of #D1A5AF
Black with #D1A5AF
Text Example
Text Example
White with #D1A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5AF; }
p { color: rgb(209,165,175); }
H1.HeaderClassName
{
color: #D1A5AF;
}
.AnyTagClassName
{
color: #D1A5AF;
}
</style>
background-color css
<style>
a { background-color: #D1A5AF; }
a { background-color: rgb(209,165,175); }
div.DivClassName
{
background-color: #D1A5AF;
}
.BgClassName
{
background-color: #D1A5AF;
}
</style>
border-color css
<style>
span { border-color: #D1A5AF; }
span { border-color: rgb(209,165,175); }
td.TdClassName
{
border-color: #D1A5AF;
}
.TagClassName
{
border-color: #D1A5AF;
}
</style>