Shades of Pale Chestnut #D7A7AE
Tints of Pale Chestnut #D7A7AE
RGB
CMYK
RGB Variations
Color information
#D7A7AE (or 0xD7A7AE) is known color: Pale Chestnut. HEX triplet: D7, A7 and AE. RGB value is (215,167,174). Sum of RGB (Red+Green+Blue) = 215+167+174=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A7AE is #285851. Grayscale: #B6B6B6. Windows color (decimal): -2644050 or 11446231. OLE color: 11446231.
HSL color Cylindrical-coordinate representation of color #D7A7AE: hue angle of 351.25º degrees, saturation: 0.38, 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 #D7A7AE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 174 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.16 |
| HSL | 351.25º | 0.38% | 0.75% | - |
| HSV(B) | 351.25º | 0.22% | 0.84% | - |
| XYZ | 49.48 | 45.14 | 46.15 | - |
| YUV | 182.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 174 | 0 | 0.22 | 0.19 | 0.16 | 351.25 | 0.38 | 0.75 |
| Hex | D7 | A7 | AE | 0 | 16 | 13 | 10 | 15F | 26 | 4B |
| Octal | 327 | 247 | 256 | 0 | 26 | 23 | 20 | 537 | 46 | 113 |
| Binary | 11010111 | 10100111 | 10101110 | 0 | 10110 | 10011 | 10000 | 101011111 | 100110 | 1001011 |
Color Harmonies of #D7A7AE
Complementary color
Monochromatic Colors of #D7A7AE
Black with #D7A7AE
Text Example
Text Example
White with #D7A7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A7AE; }
p { color: rgb(215,167,174); }
H1.HeaderClassName
{
color: #D7A7AE;
}
.AnyTagClassName
{
color: #D7A7AE;
}
</style>
background-color css
<style>
a { background-color: #D7A7AE; }
a { background-color: rgb(215,167,174); }
div.DivClassName
{
background-color: #D7A7AE;
}
.BgClassName
{
background-color: #D7A7AE;
}
</style>
border-color css
<style>
span { border-color: #D7A7AE; }
span { border-color: rgb(215,167,174); }
td.TdClassName
{
border-color: #D7A7AE;
}
.TagClassName
{
border-color: #D7A7AE;
}
</style>