Shades of Pale Chestnut #D6A5A7
Tints of Pale Chestnut #D6A5A7
RGB
CMYK
RGB Variations
Color information
#D6A5A7 (or 0xD6A5A7) is known color: Pale Chestnut. HEX triplet: D6, A5 and A7. RGB value is (214,165,167). Sum of RGB (Red+Green+Blue) = 214+165+167=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A5A7 is #295A58. Grayscale: #B3B3B3. Windows color (decimal): -2710105 or 10986966. OLE color: 10986966.
HSL color Cylindrical-coordinate representation of color #D6A5A7: hue angle of 357.55º 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 #D6A5A7 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 167 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.16 |
| HSL | 357.55º | 0.37% | 0.74% | - |
| HSV(B) | 357.55º | 0.23% | 0.84% | - |
| XYZ | 48.16 | 44 | 42.51 | - |
| YUV | 179.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 167 | 0 | 0.23 | 0.22 | 0.16 | 357.55 | 0.37 | 0.74 |
| Hex | D6 | A5 | A7 | 0 | 17 | 16 | 10 | 166 | 25 | 4A |
| Octal | 326 | 245 | 247 | 0 | 27 | 26 | 20 | 546 | 45 | 112 |
| Binary | 11010110 | 10100101 | 10100111 | 0 | 10111 | 10110 | 10000 | 101100110 | 100101 | 1001010 |
Color Harmonies of #D6A5A7
Complementary color
Monochromatic Colors of #D6A5A7
Black with #D6A5A7
Text Example
Text Example
White with #D6A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A5A7; }
p { color: rgb(214,165,167); }
H1.HeaderClassName
{
color: #D6A5A7;
}
.AnyTagClassName
{
color: #D6A5A7;
}
</style>
background-color css
<style>
a { background-color: #D6A5A7; }
a { background-color: rgb(214,165,167); }
div.DivClassName
{
background-color: #D6A5A7;
}
.BgClassName
{
background-color: #D6A5A7;
}
</style>
border-color css
<style>
span { border-color: #D6A5A7; }
span { border-color: rgb(214,165,167); }
td.TdClassName
{
border-color: #D6A5A7;
}
.TagClassName
{
border-color: #D6A5A7;
}
</style>