Shades of Thatch #AD958E
Tints of Thatch #AD958E
RGB
CMYK
RGB Variations
Color information
#AD958E (or 0xAD958E) is known color: Thatch. HEX triplet: AD, 95 and 8E. RGB value is (173,149,142). Sum of RGB (Red+Green+Blue) = 173+149+142=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958E is #526A71. Grayscale: #9B9B9B. Windows color (decimal): -5401202 or 9344429. OLE color: 9344429.
HSL color Cylindrical-coordinate representation of color #AD958E: hue angle of 13.55º 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 #AD958E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 142 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.32 |
| HSL | 13.55º | 0.16% | 0.62% | - |
| HSV(B) | 13.55º | 0.18% | 0.68% | - |
| XYZ | 32.86 | 32.33 | 30.1 | - |
| YUV | 155.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 142 | 0 | 0.14 | 0.18 | 0.32 | 13.55 | 0.16 | 0.62 |
| Hex | AD | 95 | 8E | 0 | E | 12 | 20 | E | 10 | 3E |
| Octal | 255 | 225 | 216 | 0 | 16 | 22 | 40 | 16 | 20 | 76 |
| Binary | 10101101 | 10010101 | 10001110 | 0 | 1110 | 10010 | 100000 | 1110 | 10000 | 111110 |
Color Harmonies of #AD958E
Complementary color
Monochromatic Colors of #AD958E
Black with #AD958E
Text Example
Text Example
White with #AD958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD958E; }
p { color: rgb(173,149,142); }
H1.HeaderClassName
{
color: #AD958E;
}
.AnyTagClassName
{
color: #AD958E;
}
</style>
background-color css
<style>
a { background-color: #AD958E; }
a { background-color: rgb(173,149,142); }
div.DivClassName
{
background-color: #AD958E;
}
.BgClassName
{
background-color: #AD958E;
}
</style>
border-color css
<style>
span { border-color: #AD958E; }
span { border-color: rgb(173,149,142); }
td.TdClassName
{
border-color: #AD958E;
}
.TagClassName
{
border-color: #AD958E;
}
</style>