Shades of Pale Chestnut #D7A5AF
Tints of Pale Chestnut #D7A5AF
RGB
CMYK
RGB Variations
Color information
#D7A5AF (or 0xD7A5AF) is known color: Pale Chestnut. HEX triplet: D7, A5 and AF. RGB value is (215,165,175). Sum of RGB (Red+Green+Blue) = 215+165+175=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5AF is #285A50. Grayscale: #B5B5B5. Windows color (decimal): -2644561 or 11511255. OLE color: 11511255.
HSL color Cylindrical-coordinate representation of color #D7A5AF: hue angle of 348º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A5AF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 175 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.16 |
| HSL | 348º | 0.38% | 0.75% | - |
| HSV(B) | 348º | 0.23% | 0.84% | - |
| XYZ | 49.22 | 44.45 | 46.54 | - |
| YUV | 181.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 175 | 0 | 0.23 | 0.19 | 0.16 | 348 | 0.38 | 0.75 |
| Hex | D7 | A5 | AF | 0 | 17 | 13 | 10 | 15C | 26 | 4B |
| Octal | 327 | 245 | 257 | 0 | 27 | 23 | 20 | 534 | 46 | 113 |
| Binary | 11010111 | 10100101 | 10101111 | 0 | 10111 | 10011 | 10000 | 101011100 | 100110 | 1001011 |
Color Harmonies of #D7A5AF
Complementary color
Monochromatic Colors of #D7A5AF
Black with #D7A5AF
Text Example
Text Example
White with #D7A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A5AF; }
p { color: rgb(215,165,175); }
H1.HeaderClassName
{
color: #D7A5AF;
}
.AnyTagClassName
{
color: #D7A5AF;
}
</style>
background-color css
<style>
a { background-color: #D7A5AF; }
a { background-color: rgb(215,165,175); }
div.DivClassName
{
background-color: #D7A5AF;
}
.BgClassName
{
background-color: #D7A5AF;
}
</style>
border-color css
<style>
span { border-color: #D7A5AF; }
span { border-color: rgb(215,165,175); }
td.TdClassName
{
border-color: #D7A5AF;
}
.TagClassName
{
border-color: #D7A5AF;
}
</style>