Shades of Pale Chestnut #D2A7AE
Tints of Pale Chestnut #D2A7AE
RGB
CMYK
RGB Variations
Color information
#D2A7AE (or 0xD2A7AE) is known color: Pale Chestnut. HEX triplet: D2, A7 and AE. RGB value is (210,167,174). Sum of RGB (Red+Green+Blue) = 210+167+174=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A7AE is #2D5851. Grayscale: #B4B4B4. Windows color (decimal): -2971730 or 11446226. OLE color: 11446226.
HSL color Cylindrical-coordinate representation of color #D2A7AE: hue angle of 350.23º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A7AE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 174 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.18 |
| HSL | 350.23º | 0.32% | 0.74% | - |
| HSV(B) | 350.23º | 0.2% | 0.82% | - |
| XYZ | 48.04 | 44.4 | 46.08 | - |
| YUV | 180.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 174 | 0 | 0.20 | 0.17 | 0.18 | 350.23 | 0.32 | 0.74 |
| Hex | D2 | A7 | AE | 0 | 14 | 11 | 12 | 15E | 20 | 4A |
| Octal | 322 | 247 | 256 | 0 | 24 | 21 | 22 | 536 | 40 | 112 |
| Binary | 11010010 | 10100111 | 10101110 | 0 | 10100 | 10001 | 10010 | 101011110 | 100000 | 1001010 |
Color Harmonies of #D2A7AE
Complementary color
Monochromatic Colors of #D2A7AE
Black with #D2A7AE
Text Example
Text Example
White with #D2A7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A7AE; }
p { color: rgb(210,167,174); }
H1.HeaderClassName
{
color: #D2A7AE;
}
.AnyTagClassName
{
color: #D2A7AE;
}
</style>
background-color css
<style>
a { background-color: #D2A7AE; }
a { background-color: rgb(210,167,174); }
div.DivClassName
{
background-color: #D2A7AE;
}
.BgClassName
{
background-color: #D2A7AE;
}
</style>
border-color css
<style>
span { border-color: #D2A7AE; }
span { border-color: rgb(210,167,174); }
td.TdClassName
{
border-color: #D2A7AE;
}
.TagClassName
{
border-color: #D2A7AE;
}
</style>