Shades of Pale Chestnut #D4A6A7
Tints of Pale Chestnut #D4A6A7
RGB
CMYK
RGB Variations
Color information
#D4A6A7 (or 0xD4A6A7) is known color: Pale Chestnut. HEX triplet: D4, A6 and A7. RGB value is (212,166,167). Sum of RGB (Red+Green+Blue) = 212+166+167=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A6A7 is #2B5958. Grayscale: #B3B3B3. Windows color (decimal): -2840921 or 10987220. OLE color: 10987220.
HSL color Cylindrical-coordinate representation of color #D4A6A7: hue angle of 358.7º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A6A7 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 167 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.17 |
| HSL | 358.7º | 0.35% | 0.74% | - |
| HSV(B) | 358.7º | 0.22% | 0.83% | - |
| XYZ | 47.76 | 44.06 | 42.55 | - |
| YUV | 179.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 167 | 0 | 0.22 | 0.21 | 0.17 | 358.7 | 0.35 | 0.74 |
| Hex | D4 | A6 | A7 | 0 | 16 | 15 | 11 | 167 | 23 | 4A |
| Octal | 324 | 246 | 247 | 0 | 26 | 25 | 21 | 547 | 43 | 112 |
| Binary | 11010100 | 10100110 | 10100111 | 0 | 10110 | 10101 | 10001 | 101100111 | 100011 | 1001010 |
Color Harmonies of #D4A6A7
Complementary color
Monochromatic Colors of #D4A6A7
Black with #D4A6A7
Text Example
Text Example
White with #D4A6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6A7; }
p { color: rgb(212,166,167); }
H1.HeaderClassName
{
color: #D4A6A7;
}
.AnyTagClassName
{
color: #D4A6A7;
}
</style>
background-color css
<style>
a { background-color: #D4A6A7; }
a { background-color: rgb(212,166,167); }
div.DivClassName
{
background-color: #D4A6A7;
}
.BgClassName
{
background-color: #D4A6A7;
}
</style>
border-color css
<style>
span { border-color: #D4A6A7; }
span { border-color: rgb(212,166,167); }
td.TdClassName
{
border-color: #D4A6A7;
}
.TagClassName
{
border-color: #D4A6A7;
}
</style>