Shades of Pale Chestnut #D6AAB0
Tints of Pale Chestnut #D6AAB0
RGB
CMYK
RGB Variations
Color information
#D6AAB0 (or 0xD6AAB0) is known color: Pale Chestnut. HEX triplet: D6, AA and B0. RGB value is (214,170,176). Sum of RGB (Red+Green+Blue) = 214+170+176=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAB0 is #29554F. Grayscale: #B7B7B7. Windows color (decimal): -2708816 or 11578070. OLE color: 11578070.
HSL color Cylindrical-coordinate representation of color #D6AAB0: hue angle of 351.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAB0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 176 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.16 |
| HSL | 351.82º | 0.35% | 0.75% | - |
| HSV(B) | 351.82º | 0.21% | 0.84% | - |
| XYZ | 49.94 | 46.18 | 47.36 | - |
| YUV | 183.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 176 | 0 | 0.21 | 0.18 | 0.16 | 351.82 | 0.35 | 0.75 |
| Hex | D6 | AA | B0 | 0 | 15 | 12 | 10 | 160 | 23 | 4B |
| Octal | 326 | 252 | 260 | 0 | 25 | 22 | 20 | 540 | 43 | 113 |
| Binary | 11010110 | 10101010 | 10110000 | 0 | 10101 | 10010 | 10000 | 101100000 | 100011 | 1001011 |
Color Harmonies of #D6AAB0
Complementary color
Monochromatic Colors of #D6AAB0
Black with #D6AAB0
Text Example
Text Example
White with #D6AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAB0; }
p { color: rgb(214,170,176); }
H1.HeaderClassName
{
color: #D6AAB0;
}
.AnyTagClassName
{
color: #D6AAB0;
}
</style>
background-color css
<style>
a { background-color: #D6AAB0; }
a { background-color: rgb(214,170,176); }
div.DivClassName
{
background-color: #D6AAB0;
}
.BgClassName
{
background-color: #D6AAB0;
}
</style>
border-color css
<style>
span { border-color: #D6AAB0; }
span { border-color: rgb(214,170,176); }
td.TdClassName
{
border-color: #D6AAB0;
}
.TagClassName
{
border-color: #D6AAB0;
}
</style>