Shades of Thatch #AD8E85
Tints of Thatch #AD8E85
RGB
CMYK
RGB Variations
Color information
#AD8E85 (or 0xAD8E85) is known color: Thatch. HEX triplet: AD, 8E and 85. RGB value is (173,142,133). Sum of RGB (Red+Green+Blue) = 173+142+133=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E85 is #52717A. Grayscale: #969696. Windows color (decimal): -5403003 or 8752813. OLE color: 8752813.
HSL color Cylindrical-coordinate representation of color #AD8E85: hue angle of 13.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8E85 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 133 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.32 |
| HSL | 13.5º | 0.2% | 0.6% | - |
| HSV(B) | 13.5º | 0.23% | 0.68% | - |
| XYZ | 31.14 | 29.92 | 26.32 | - |
| YUV | 150.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 133 | 0 | 0.18 | 0.23 | 0.32 | 13.5 | 0.2 | 0.6 |
| Hex | AD | 8E | 85 | 0 | 12 | 17 | 20 | E | 14 | 3C |
| Octal | 255 | 216 | 205 | 0 | 22 | 27 | 40 | 16 | 24 | 74 |
| Binary | 10101101 | 10001110 | 10000101 | 0 | 10010 | 10111 | 100000 | 1110 | 10100 | 111100 |
Color Harmonies of #AD8E85
Complementary color
Monochromatic Colors of #AD8E85
Black with #AD8E85
Text Example
Text Example
White with #AD8E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E85; }
p { color: rgb(173,142,133); }
H1.HeaderClassName
{
color: #AD8E85;
}
.AnyTagClassName
{
color: #AD8E85;
}
</style>
background-color css
<style>
a { background-color: #AD8E85; }
a { background-color: rgb(173,142,133); }
div.DivClassName
{
background-color: #AD8E85;
}
.BgClassName
{
background-color: #AD8E85;
}
</style>
border-color css
<style>
span { border-color: #AD8E85; }
span { border-color: rgb(173,142,133); }
td.TdClassName
{
border-color: #AD8E85;
}
.TagClassName
{
border-color: #AD8E85;
}
</style>