Shades of Pale Chestnut #D6A5AA
Tints of Pale Chestnut #D6A5AA
RGB
CMYK
RGB Variations
Color information
#D6A5AA (or 0xD6A5AA) is known color: Pale Chestnut. HEX triplet: D6, A5 and AA. RGB value is (214,165,170). Sum of RGB (Red+Green+Blue) = 214+165+170=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A5AA is #295A55. Grayscale: #B4B4B4. Windows color (decimal): -2710102 or 11183574. OLE color: 11183574.
HSL color Cylindrical-coordinate representation of color #D6A5AA: hue angle of 353.88º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A5AA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 170 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.16 |
| HSL | 353.88º | 0.37% | 0.74% | - |
| HSV(B) | 353.88º | 0.23% | 0.84% | - |
| XYZ | 48.44 | 44.11 | 43.99 | - |
| YUV | 180.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 170 | 0 | 0.23 | 0.21 | 0.16 | 353.88 | 0.37 | 0.74 |
| Hex | D6 | A5 | AA | 0 | 17 | 15 | 10 | 162 | 25 | 4A |
| Octal | 326 | 245 | 252 | 0 | 27 | 25 | 20 | 542 | 45 | 112 |
| Binary | 11010110 | 10100101 | 10101010 | 0 | 10111 | 10101 | 10000 | 101100010 | 100101 | 1001010 |
Color Harmonies of #D6A5AA
Complementary color
Monochromatic Colors of #D6A5AA
Black with #D6A5AA
Text Example
Text Example
White with #D6A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A5AA; }
p { color: rgb(214,165,170); }
H1.HeaderClassName
{
color: #D6A5AA;
}
.AnyTagClassName
{
color: #D6A5AA;
}
</style>
background-color css
<style>
a { background-color: #D6A5AA; }
a { background-color: rgb(214,165,170); }
div.DivClassName
{
background-color: #D6A5AA;
}
.BgClassName
{
background-color: #D6A5AA;
}
</style>
border-color css
<style>
span { border-color: #D6A5AA; }
span { border-color: rgb(214,165,170); }
td.TdClassName
{
border-color: #D6A5AA;
}
.TagClassName
{
border-color: #D6A5AA;
}
</style>