Shades of Thatch #AD9793
Tints of Thatch #AD9793
RGB
CMYK
RGB Variations
Color information
#AD9793 (or 0xAD9793) is known color: Thatch. HEX triplet: AD, 97 and 93. RGB value is (173,151,147). Sum of RGB (Red+Green+Blue) = 173+151+147=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9793 is #52686C. Grayscale: #9D9D9D. Windows color (decimal): -5400685 or 9672621. OLE color: 9672621.
HSL color Cylindrical-coordinate representation of color #AD9793: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9793 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 147 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.32 |
| HSL | 9.23º | 0.14% | 0.63% | - |
| HSV(B) | 9.23º | 0.15% | 0.68% | - |
| XYZ | 33.57 | 33.12 | 32.23 | - |
| YUV | 157.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 147 | 0 | 0.13 | 0.15 | 0.32 | 9.23 | 0.14 | 0.63 |
| Hex | AD | 97 | 93 | 0 | D | F | 20 | 9 | E | 3F |
| Octal | 255 | 227 | 223 | 0 | 15 | 17 | 40 | 11 | 16 | 77 |
| Binary | 10101101 | 10010111 | 10010011 | 0 | 1101 | 1111 | 100000 | 1001 | 1110 | 111111 |
Color Harmonies of #AD9793
Complementary color
Monochromatic Colors of #AD9793
Black with #AD9793
Text Example
Text Example
White with #AD9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9793; }
p { color: rgb(173,151,147); }
H1.HeaderClassName
{
color: #AD9793;
}
.AnyTagClassName
{
color: #AD9793;
}
</style>
background-color css
<style>
a { background-color: #AD9793; }
a { background-color: rgb(173,151,147); }
div.DivClassName
{
background-color: #AD9793;
}
.BgClassName
{
background-color: #AD9793;
}
</style>
border-color css
<style>
span { border-color: #AD9793; }
span { border-color: rgb(173,151,147); }
td.TdClassName
{
border-color: #AD9793;
}
.TagClassName
{
border-color: #AD9793;
}
</style>