Shades of Pale Chestnut #D6A8AD
Tints of Pale Chestnut #D6A8AD
RGB
CMYK
RGB Variations
Color information
#D6A8AD (or 0xD6A8AD) is known color: Pale Chestnut. HEX triplet: D6, A8 and AD. RGB value is (214,168,173). Sum of RGB (Red+Green+Blue) = 214+168+173=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A8AD is #295752. Grayscale: #B6B6B6. Windows color (decimal): -2709331 or 11380950. OLE color: 11380950.
HSL color Cylindrical-coordinate representation of color #D6A8AD: hue angle of 353.48º degrees, saturation: 0.36, 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 #D6A8AD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 173 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.16 |
| HSL | 353.48º | 0.36% | 0.75% | - |
| HSV(B) | 353.48º | 0.21% | 0.84% | - |
| XYZ | 49.28 | 45.32 | 45.69 | - |
| YUV | 182.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 173 | 0 | 0.21 | 0.19 | 0.16 | 353.48 | 0.36 | 0.75 |
| Hex | D6 | A8 | AD | 0 | 15 | 13 | 10 | 161 | 24 | 4B |
| Octal | 326 | 250 | 255 | 0 | 25 | 23 | 20 | 541 | 44 | 113 |
| Binary | 11010110 | 10101000 | 10101101 | 0 | 10101 | 10011 | 10000 | 101100001 | 100100 | 1001011 |
Color Harmonies of #D6A8AD
Complementary color
Monochromatic Colors of #D6A8AD
Black with #D6A8AD
Text Example
Text Example
White with #D6A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8AD; }
p { color: rgb(214,168,173); }
H1.HeaderClassName
{
color: #D6A8AD;
}
.AnyTagClassName
{
color: #D6A8AD;
}
</style>
background-color css
<style>
a { background-color: #D6A8AD; }
a { background-color: rgb(214,168,173); }
div.DivClassName
{
background-color: #D6A8AD;
}
.BgClassName
{
background-color: #D6A8AD;
}
</style>
border-color css
<style>
span { border-color: #D6A8AD; }
span { border-color: rgb(214,168,173); }
td.TdClassName
{
border-color: #D6A8AD;
}
.TagClassName
{
border-color: #D6A8AD;
}
</style>