Shades of Pale Chestnut #D6A3AA
Tints of Pale Chestnut #D6A3AA
RGB
CMYK
RGB Variations
Color information
#D6A3AA (or 0xD6A3AA) is known color: Pale Chestnut. HEX triplet: D6, A3 and AA. RGB value is (214,163,170). Sum of RGB (Red+Green+Blue) = 214+163+170=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A3AA is #295C55. Grayscale: #B3B3B3. Windows color (decimal): -2710614 or 11183062. OLE color: 11183062.
HSL color Cylindrical-coordinate representation of color #D6A3AA: hue angle of 351.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3AA is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 170 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.16 |
| HSL | 351.76º | 0.38% | 0.74% | - |
| HSV(B) | 351.76º | 0.24% | 0.84% | - |
| XYZ | 48.08 | 43.39 | 43.87 | - |
| YUV | 179.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 170 | 0 | 0.24 | 0.21 | 0.16 | 351.76 | 0.38 | 0.74 |
| Hex | D6 | A3 | AA | 0 | 18 | 15 | 10 | 160 | 26 | 4A |
| Octal | 326 | 243 | 252 | 0 | 30 | 25 | 20 | 540 | 46 | 112 |
| Binary | 11010110 | 10100011 | 10101010 | 0 | 11000 | 10101 | 10000 | 101100000 | 100110 | 1001010 |
Color Harmonies of #D6A3AA
Complementary color
Monochromatic Colors of #D6A3AA
Black with #D6A3AA
Text Example
Text Example
White with #D6A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3AA; }
p { color: rgb(214,163,170); }
H1.HeaderClassName
{
color: #D6A3AA;
}
.AnyTagClassName
{
color: #D6A3AA;
}
</style>
background-color css
<style>
a { background-color: #D6A3AA; }
a { background-color: rgb(214,163,170); }
div.DivClassName
{
background-color: #D6A3AA;
}
.BgClassName
{
background-color: #D6A3AA;
}
</style>
border-color css
<style>
span { border-color: #D6A3AA; }
span { border-color: rgb(214,163,170); }
td.TdClassName
{
border-color: #D6A3AA;
}
.TagClassName
{
border-color: #D6A3AA;
}
</style>