Shades of Pale Chestnut #D6A4AA
Tints of Pale Chestnut #D6A4AA
RGB
CMYK
RGB Variations
Color information
#D6A4AA (or 0xD6A4AA) is known color: Pale Chestnut. HEX triplet: D6, A4 and AA. RGB value is (214,164,170). Sum of RGB (Red+Green+Blue) = 214+164+170=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A4AA is #295B55. Grayscale: #B3B3B3. Windows color (decimal): -2710358 or 11183318. OLE color: 11183318.
HSL color Cylindrical-coordinate representation of color #D6A4AA: hue angle of 352.8º degrees, saturation: 0.38, 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 #D6A4AA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 170 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.16 |
| HSL | 352.8º | 0.38% | 0.74% | - |
| HSV(B) | 352.8º | 0.23% | 0.84% | - |
| XYZ | 48.26 | 43.75 | 43.93 | - |
| YUV | 179.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 170 | 0 | 0.23 | 0.21 | 0.16 | 352.8 | 0.38 | 0.74 |
| Hex | D6 | A4 | AA | 0 | 17 | 15 | 10 | 161 | 26 | 4A |
| Octal | 326 | 244 | 252 | 0 | 27 | 25 | 20 | 541 | 46 | 112 |
| Binary | 11010110 | 10100100 | 10101010 | 0 | 10111 | 10101 | 10000 | 101100001 | 100110 | 1001010 |
Color Harmonies of #D6A4AA
Complementary color
Monochromatic Colors of #D6A4AA
Black with #D6A4AA
Text Example
Text Example
White with #D6A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A4AA; }
p { color: rgb(214,164,170); }
H1.HeaderClassName
{
color: #D6A4AA;
}
.AnyTagClassName
{
color: #D6A4AA;
}
</style>
background-color css
<style>
a { background-color: #D6A4AA; }
a { background-color: rgb(214,164,170); }
div.DivClassName
{
background-color: #D6A4AA;
}
.BgClassName
{
background-color: #D6A4AA;
}
</style>
border-color css
<style>
span { border-color: #D6A4AA; }
span { border-color: rgb(214,164,170); }
td.TdClassName
{
border-color: #D6A4AA;
}
.TagClassName
{
border-color: #D6A4AA;
}
</style>