Shades of Thatch #AD958F
Tints of Thatch #AD958F
RGB
CMYK
RGB Variations
Color information
#AD958F (or 0xAD958F) is known color: Thatch. HEX triplet: AD, 95 and 8F. RGB value is (173,149,143). Sum of RGB (Red+Green+Blue) = 173+149+143=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958F is #526A70. Grayscale: #9B9B9B. Windows color (decimal): -5401201 or 9409965. OLE color: 9409965.
HSL color Cylindrical-coordinate representation of color #AD958F: hue angle of 12º 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 #AD958F is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 143 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.32 |
| HSL | 12º | 0.15% | 0.62% | - |
| HSV(B) | 12º | 0.17% | 0.68% | - |
| XYZ | 32.94 | 32.36 | 30.5 | - |
| YUV | 155.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 143 | 0 | 0.14 | 0.17 | 0.32 | 12 | 0.15 | 0.62 |
| Hex | AD | 95 | 8F | 0 | E | 11 | 20 | C | F | 3E |
| Octal | 255 | 225 | 217 | 0 | 16 | 21 | 40 | 14 | 17 | 76 |
| Binary | 10101101 | 10010101 | 10001111 | 0 | 1110 | 10001 | 100000 | 1100 | 1111 | 111110 |
Color Harmonies of #AD958F
Complementary color
Monochromatic Colors of #AD958F
Black with #AD958F
Text Example
Text Example
White with #AD958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD958F; }
p { color: rgb(173,149,143); }
H1.HeaderClassName
{
color: #AD958F;
}
.AnyTagClassName
{
color: #AD958F;
}
</style>
background-color css
<style>
a { background-color: #AD958F; }
a { background-color: rgb(173,149,143); }
div.DivClassName
{
background-color: #AD958F;
}
.BgClassName
{
background-color: #AD958F;
}
</style>
border-color css
<style>
span { border-color: #AD958F; }
span { border-color: rgb(173,149,143); }
td.TdClassName
{
border-color: #AD958F;
}
.TagClassName
{
border-color: #AD958F;
}
</style>