Shades of Thatch #AD9B98
Tints of Thatch #AD9B98
RGB
CMYK
RGB Variations
Color information
#AD9B98 (or 0xAD9B98) is known color: Thatch. HEX triplet: AD, 9B and 98. RGB value is (173,155,152). Sum of RGB (Red+Green+Blue) = 173+155+152=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B98 is #526467. Grayscale: #A0A0A0. Windows color (decimal): -5399656 or 10001325. OLE color: 10001325.
HSL color Cylindrical-coordinate representation of color #AD9B98: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9B98 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 152 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.32 |
| HSL | 8.57º | 0.11% | 0.64% | - |
| HSV(B) | 8.57º | 0.12% | 0.68% | - |
| XYZ | 34.62 | 34.59 | 34.56 | - |
| YUV | 160.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 152 | 0 | 0.10 | 0.12 | 0.32 | 8.57 | 0.11 | 0.64 |
| Hex | AD | 9B | 98 | 0 | A | C | 20 | 9 | B | 40 |
| Octal | 255 | 233 | 230 | 0 | 12 | 14 | 40 | 11 | 13 | 100 |
| Binary | 10101101 | 10011011 | 10011000 | 0 | 1010 | 1100 | 100000 | 1001 | 1011 | 1000000 |
Color Harmonies of #AD9B98
Complementary color
Monochromatic Colors of #AD9B98
Black with #AD9B98
Text Example
Text Example
White with #AD9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B98; }
p { color: rgb(173,155,152); }
H1.HeaderClassName
{
color: #AD9B98;
}
.AnyTagClassName
{
color: #AD9B98;
}
</style>
background-color css
<style>
a { background-color: #AD9B98; }
a { background-color: rgb(173,155,152); }
div.DivClassName
{
background-color: #AD9B98;
}
.BgClassName
{
background-color: #AD9B98;
}
</style>
border-color css
<style>
span { border-color: #AD9B98; }
span { border-color: rgb(173,155,152); }
td.TdClassName
{
border-color: #AD9B98;
}
.TagClassName
{
border-color: #AD9B98;
}
</style>