Shades of Thatch #AD9996
Tints of Thatch #AD9996
RGB
CMYK
RGB Variations
Color information
#AD9996 (or 0xAD9996) is known color: Thatch. HEX triplet: AD, 99 and 96. RGB value is (173,153,150). Sum of RGB (Red+Green+Blue) = 173+153+150=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9996 is #526669. Grayscale: #9E9E9E. Windows color (decimal): -5400170 or 9869741. OLE color: 9869741.
HSL color Cylindrical-coordinate representation of color #AD9996: hue angle of 7.83º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9996 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 150 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.32 |
| HSL | 7.83º | 0.12% | 0.63% | - |
| HSV(B) | 7.83º | 0.13% | 0.68% | - |
| XYZ | 34.13 | 33.87 | 33.59 | - |
| YUV | 158.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 150 | 0 | 0.12 | 0.13 | 0.32 | 7.83 | 0.12 | 0.63 |
| Hex | AD | 99 | 96 | 0 | C | D | 20 | 8 | C | 3F |
| Octal | 255 | 231 | 226 | 0 | 14 | 15 | 40 | 10 | 14 | 77 |
| Binary | 10101101 | 10011001 | 10010110 | 0 | 1100 | 1101 | 100000 | 1000 | 1100 | 111111 |
Color Harmonies of #AD9996
Complementary color
Monochromatic Colors of #AD9996
Black with #AD9996
Text Example
Text Example
White with #AD9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9996; }
p { color: rgb(173,153,150); }
H1.HeaderClassName
{
color: #AD9996;
}
.AnyTagClassName
{
color: #AD9996;
}
</style>
background-color css
<style>
a { background-color: #AD9996; }
a { background-color: rgb(173,153,150); }
div.DivClassName
{
background-color: #AD9996;
}
.BgClassName
{
background-color: #AD9996;
}
</style>
border-color css
<style>
span { border-color: #AD9996; }
span { border-color: rgb(173,153,150); }
td.TdClassName
{
border-color: #AD9996;
}
.TagClassName
{
border-color: #AD9996;
}
</style>