Shades of Thatch #AD9A97
Tints of Thatch #AD9A97
RGB
CMYK
RGB Variations
Color information
#AD9A97 (or 0xAD9A97) is known color: Thatch. HEX triplet: AD, 9A and 97. RGB value is (173,154,151). Sum of RGB (Red+Green+Blue) = 173+154+151=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A97 is #526568. Grayscale: #9F9F9F. Windows color (decimal): -5399913 or 9935533. OLE color: 9935533.
HSL color Cylindrical-coordinate representation of color #AD9A97: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9A97 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 151 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.32 |
| HSL | 8.18º | 0.12% | 0.64% | - |
| HSV(B) | 8.18º | 0.13% | 0.68% | - |
| XYZ | 34.38 | 34.23 | 34.07 | - |
| YUV | 159.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 151 | 0 | 0.11 | 0.13 | 0.32 | 8.18 | 0.12 | 0.64 |
| Hex | AD | 9A | 97 | 0 | B | D | 20 | 8 | C | 40 |
| Octal | 255 | 232 | 227 | 0 | 13 | 15 | 40 | 10 | 14 | 100 |
| Binary | 10101101 | 10011010 | 10010111 | 0 | 1011 | 1101 | 100000 | 1000 | 1100 | 1000000 |
Color Harmonies of #AD9A97
Complementary color
Monochromatic Colors of #AD9A97
Black with #AD9A97
Text Example
Text Example
White with #AD9A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A97; }
p { color: rgb(173,154,151); }
H1.HeaderClassName
{
color: #AD9A97;
}
.AnyTagClassName
{
color: #AD9A97;
}
</style>
background-color css
<style>
a { background-color: #AD9A97; }
a { background-color: rgb(173,154,151); }
div.DivClassName
{
background-color: #AD9A97;
}
.BgClassName
{
background-color: #AD9A97;
}
</style>
border-color css
<style>
span { border-color: #AD9A97; }
span { border-color: rgb(173,154,151); }
td.TdClassName
{
border-color: #AD9A97;
}
.TagClassName
{
border-color: #AD9A97;
}
</style>