Shades of Thatch #AD938F
Tints of Thatch #AD938F
RGB
CMYK
RGB Variations
Color information
#AD938F (or 0xAD938F) is known color: Thatch. HEX triplet: AD, 93 and 8F. RGB value is (173,147,143). Sum of RGB (Red+Green+Blue) = 173+147+143=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938F is #526C70. Grayscale: #9A9A9A. Windows color (decimal): -5401713 or 9409453. OLE color: 9409453.
HSL color Cylindrical-coordinate representation of color #AD938F: hue angle of 8º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD938F is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 143 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.32 |
| HSL | 8º | 0.15% | 0.62% | - |
| HSV(B) | 8º | 0.17% | 0.68% | - |
| XYZ | 32.63 | 31.73 | 30.39 | - |
| YUV | 154.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 143 | 0 | 0.15 | 0.17 | 0.32 | 8 | 0.15 | 0.62 |
| Hex | AD | 93 | 8F | 0 | F | 11 | 20 | 8 | F | 3E |
| Octal | 255 | 223 | 217 | 0 | 17 | 21 | 40 | 10 | 17 | 76 |
| Binary | 10101101 | 10010011 | 10001111 | 0 | 1111 | 10001 | 100000 | 1000 | 1111 | 111110 |
Color Harmonies of #AD938F
Complementary color
Monochromatic Colors of #AD938F
Black with #AD938F
Text Example
Text Example
White with #AD938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD938F; }
p { color: rgb(173,147,143); }
H1.HeaderClassName
{
color: #AD938F;
}
.AnyTagClassName
{
color: #AD938F;
}
</style>
background-color css
<style>
a { background-color: #AD938F; }
a { background-color: rgb(173,147,143); }
div.DivClassName
{
background-color: #AD938F;
}
.BgClassName
{
background-color: #AD938F;
}
</style>
border-color css
<style>
span { border-color: #AD938F; }
span { border-color: rgb(173,147,143); }
td.TdClassName
{
border-color: #AD938F;
}
.TagClassName
{
border-color: #AD938F;
}
</style>