Shades of Thatch #AD8D87
Tints of Thatch #AD8D87
RGB
CMYK
RGB Variations
Color information
#AD8D87 (or 0xAD8D87) is known color: Thatch. HEX triplet: AD, 8D and 87. RGB value is (173,141,135). Sum of RGB (Red+Green+Blue) = 173+141+135=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D87 is #527278. Grayscale: #959595. Windows color (decimal): -5403257 or 8883629. OLE color: 8883629.
HSL color Cylindrical-coordinate representation of color #AD8D87: hue angle of 9.47º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8D87 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 135 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.32 |
| HSL | 9.47º | 0.19% | 0.6% | - |
| HSV(B) | 9.47º | 0.22% | 0.68% | - |
| XYZ | 31.13 | 29.68 | 27.01 | - |
| YUV | 149.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 135 | 0 | 0.18 | 0.22 | 0.32 | 9.47 | 0.19 | 0.6 |
| Hex | AD | 8D | 87 | 0 | 12 | 16 | 20 | 9 | 13 | 3C |
| Octal | 255 | 215 | 207 | 0 | 22 | 26 | 40 | 11 | 23 | 74 |
| Binary | 10101101 | 10001101 | 10000111 | 0 | 10010 | 10110 | 100000 | 1001 | 10011 | 111100 |
Color Harmonies of #AD8D87
Complementary color
Monochromatic Colors of #AD8D87
Black with #AD8D87
Text Example
Text Example
White with #AD8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D87; }
p { color: rgb(173,141,135); }
H1.HeaderClassName
{
color: #AD8D87;
}
.AnyTagClassName
{
color: #AD8D87;
}
</style>
background-color css
<style>
a { background-color: #AD8D87; }
a { background-color: rgb(173,141,135); }
div.DivClassName
{
background-color: #AD8D87;
}
.BgClassName
{
background-color: #AD8D87;
}
</style>
border-color css
<style>
span { border-color: #AD8D87; }
span { border-color: rgb(173,141,135); }
td.TdClassName
{
border-color: #AD8D87;
}
.TagClassName
{
border-color: #AD8D87;
}
</style>