Shades of Pale Chestnut #D7A8AF
Tints of Pale Chestnut #D7A8AF
RGB
CMYK
RGB Variations
Color information
#D7A8AF (or 0xD7A8AF) is known color: Pale Chestnut. HEX triplet: D7, A8 and AF. RGB value is (215,168,175). Sum of RGB (Red+Green+Blue) = 215+168+175=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A8AF is #285750. Grayscale: #B6B6B6. Windows color (decimal): -2643793 or 11512023. OLE color: 11512023.
HSL color Cylindrical-coordinate representation of color #D7A8AF: hue angle of 351.06º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8AF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 175 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.16 |
| HSL | 351.06º | 0.37% | 0.75% | - |
| HSV(B) | 351.06º | 0.22% | 0.84% | - |
| XYZ | 49.76 | 45.55 | 46.73 | - |
| YUV | 182.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 175 | 0 | 0.22 | 0.19 | 0.16 | 351.06 | 0.37 | 0.75 |
| Hex | D7 | A8 | AF | 0 | 16 | 13 | 10 | 15F | 25 | 4B |
| Octal | 327 | 250 | 257 | 0 | 26 | 23 | 20 | 537 | 45 | 113 |
| Binary | 11010111 | 10101000 | 10101111 | 0 | 10110 | 10011 | 10000 | 101011111 | 100101 | 1001011 |
Color Harmonies of #D7A8AF
Complementary color
Monochromatic Colors of #D7A8AF
Black with #D7A8AF
Text Example
Text Example
White with #D7A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8AF; }
p { color: rgb(215,168,175); }
H1.HeaderClassName
{
color: #D7A8AF;
}
.AnyTagClassName
{
color: #D7A8AF;
}
</style>
background-color css
<style>
a { background-color: #D7A8AF; }
a { background-color: rgb(215,168,175); }
div.DivClassName
{
background-color: #D7A8AF;
}
.BgClassName
{
background-color: #D7A8AF;
}
</style>
border-color css
<style>
span { border-color: #D7A8AF; }
span { border-color: rgb(215,168,175); }
td.TdClassName
{
border-color: #D7A8AF;
}
.TagClassName
{
border-color: #D7A8AF;
}
</style>