Shades of Pale Chestnut #D6A6AF
Tints of Pale Chestnut #D6A6AF
RGB
CMYK
RGB Variations
Color information
#D6A6AF (or 0xD6A6AF) is known color: Pale Chestnut. HEX triplet: D6, A6 and AF. RGB value is (214,166,175). Sum of RGB (Red+Green+Blue) = 214+166+175=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A6AF is #295950. Grayscale: #B5B5B5. Windows color (decimal): -2709841 or 11511510. OLE color: 11511510.
HSL color Cylindrical-coordinate representation of color #D6A6AF: hue angle of 348.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6AF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 175 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.16 |
| HSL | 348.75º | 0.37% | 0.75% | - |
| HSV(B) | 348.75º | 0.22% | 0.84% | - |
| XYZ | 49.11 | 44.66 | 46.59 | - |
| YUV | 181.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 175 | 0 | 0.22 | 0.18 | 0.16 | 348.75 | 0.37 | 0.75 |
| Hex | D6 | A6 | AF | 0 | 16 | 12 | 10 | 15D | 25 | 4B |
| Octal | 326 | 246 | 257 | 0 | 26 | 22 | 20 | 535 | 45 | 113 |
| Binary | 11010110 | 10100110 | 10101111 | 0 | 10110 | 10010 | 10000 | 101011101 | 100101 | 1001011 |
Color Harmonies of #D6A6AF
Complementary color
Monochromatic Colors of #D6A6AF
Black with #D6A6AF
Text Example
Text Example
White with #D6A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6AF; }
p { color: rgb(214,166,175); }
H1.HeaderClassName
{
color: #D6A6AF;
}
.AnyTagClassName
{
color: #D6A6AF;
}
</style>
background-color css
<style>
a { background-color: #D6A6AF; }
a { background-color: rgb(214,166,175); }
div.DivClassName
{
background-color: #D6A6AF;
}
.BgClassName
{
background-color: #D6A6AF;
}
</style>
border-color css
<style>
span { border-color: #D6A6AF; }
span { border-color: rgb(214,166,175); }
td.TdClassName
{
border-color: #D6A6AF;
}
.TagClassName
{
border-color: #D6A6AF;
}
</style>