Shades of Thatch #AD8E8D
Tints of Thatch #AD8E8D
RGB
CMYK
RGB Variations
Color information
#AD8E8D (or 0xAD8E8D) is known color: Thatch. HEX triplet: AD, 8E and 8D. RGB value is (173,142,141). Sum of RGB (Red+Green+Blue) = 173+142+141=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E8D is #527172. Grayscale: #979797. Windows color (decimal): -5402995 or 9277101. OLE color: 9277101.
HSL color Cylindrical-coordinate representation of color #AD8E8D: hue angle of 1.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E8D is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 141 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.32 |
| HSL | 1.88º | 0.16% | 0.62% | - |
| HSV(B) | 1.88º | 0.18% | 0.68% | - |
| XYZ | 31.71 | 30.15 | 29.35 | - |
| YUV | 151.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 141 | 0 | 0.18 | 0.18 | 0.32 | 1.88 | 0.16 | 0.62 |
| Hex | AD | 8E | 8D | 0 | 12 | 12 | 20 | 2 | 10 | 3E |
| Octal | 255 | 216 | 215 | 0 | 22 | 22 | 40 | 2 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10001101 | 0 | 10010 | 10010 | 100000 | 10 | 10000 | 111110 |
Color Harmonies of #AD8E8D
Complementary color
Monochromatic Colors of #AD8E8D
Black with #AD8E8D
Text Example
Text Example
White with #AD8E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E8D; }
p { color: rgb(173,142,141); }
H1.HeaderClassName
{
color: #AD8E8D;
}
.AnyTagClassName
{
color: #AD8E8D;
}
</style>
background-color css
<style>
a { background-color: #AD8E8D; }
a { background-color: rgb(173,142,141); }
div.DivClassName
{
background-color: #AD8E8D;
}
.BgClassName
{
background-color: #AD8E8D;
}
</style>
border-color css
<style>
span { border-color: #AD8E8D; }
span { border-color: rgb(173,142,141); }
td.TdClassName
{
border-color: #AD8E8D;
}
.TagClassName
{
border-color: #AD8E8D;
}
</style>