Shades of Thatch #AD948F
Tints of Thatch #AD948F
RGB
CMYK
RGB Variations
Color information
#AD948F (or 0xAD948F) is known color: Thatch. HEX triplet: AD, 94 and 8F. RGB value is (173,148,143). Sum of RGB (Red+Green+Blue) = 173+148+143=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD948F is #526B70. Grayscale: #9A9A9A. Windows color (decimal): -5401457 or 9409709. OLE color: 9409709.
HSL color Cylindrical-coordinate representation of color #AD948F: hue angle of 10º 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 #AD948F is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 143 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.32 |
| HSL | 10º | 0.15% | 0.62% | - |
| HSV(B) | 10º | 0.17% | 0.68% | - |
| XYZ | 32.78 | 32.05 | 30.44 | - |
| YUV | 154.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 143 | 0 | 0.14 | 0.17 | 0.32 | 10 | 0.15 | 0.62 |
| Hex | AD | 94 | 8F | 0 | E | 11 | 20 | A | F | 3E |
| Octal | 255 | 224 | 217 | 0 | 16 | 21 | 40 | 12 | 17 | 76 |
| Binary | 10101101 | 10010100 | 10001111 | 0 | 1110 | 10001 | 100000 | 1010 | 1111 | 111110 |
Color Harmonies of #AD948F
Complementary color
Monochromatic Colors of #AD948F
Black with #AD948F
Text Example
Text Example
White with #AD948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD948F; }
p { color: rgb(173,148,143); }
H1.HeaderClassName
{
color: #AD948F;
}
.AnyTagClassName
{
color: #AD948F;
}
</style>
background-color css
<style>
a { background-color: #AD948F; }
a { background-color: rgb(173,148,143); }
div.DivClassName
{
background-color: #AD948F;
}
.BgClassName
{
background-color: #AD948F;
}
</style>
border-color css
<style>
span { border-color: #AD948F; }
span { border-color: rgb(173,148,143); }
td.TdClassName
{
border-color: #AD948F;
}
.TagClassName
{
border-color: #AD948F;
}
</style>