Shades of Thatch #AD8E89
Tints of Thatch #AD8E89
RGB
CMYK
RGB Variations
Color information
#AD8E89 (or 0xAD8E89) is known color: Thatch. HEX triplet: AD, 8E and 89. RGB value is (173,142,137). Sum of RGB (Red+Green+Blue) = 173+142+137=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E89 is #527176. Grayscale: #969696. Windows color (decimal): -5402999 or 9014957. OLE color: 9014957.
HSL color Cylindrical-coordinate representation of color #AD8E89: hue angle of 8.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8E89 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 137 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.32 |
| HSL | 8.33º | 0.18% | 0.61% | - |
| HSV(B) | 8.33º | 0.21% | 0.68% | - |
| XYZ | 31.42 | 30.04 | 27.81 | - |
| YUV | 150.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 137 | 0 | 0.18 | 0.21 | 0.32 | 8.33 | 0.18 | 0.61 |
| Hex | AD | 8E | 89 | 0 | 12 | 15 | 20 | 8 | 12 | 3D |
| Octal | 255 | 216 | 211 | 0 | 22 | 25 | 40 | 10 | 22 | 75 |
| Binary | 10101101 | 10001110 | 10001001 | 0 | 10010 | 10101 | 100000 | 1000 | 10010 | 111101 |
Color Harmonies of #AD8E89
Complementary color
Monochromatic Colors of #AD8E89
Black with #AD8E89
Text Example
Text Example
White with #AD8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E89; }
p { color: rgb(173,142,137); }
H1.HeaderClassName
{
color: #AD8E89;
}
.AnyTagClassName
{
color: #AD8E89;
}
</style>
background-color css
<style>
a { background-color: #AD8E89; }
a { background-color: rgb(173,142,137); }
div.DivClassName
{
background-color: #AD8E89;
}
.BgClassName
{
background-color: #AD8E89;
}
</style>
border-color css
<style>
span { border-color: #AD8E89; }
span { border-color: rgb(173,142,137); }
td.TdClassName
{
border-color: #AD8E89;
}
.TagClassName
{
border-color: #AD8E89;
}
</style>