Shades of Thatch #AD9D99
Tints of Thatch #AD9D99
RGB
CMYK
RGB Variations
Color information
#AD9D99 (or 0xAD9D99) is known color: Thatch. HEX triplet: AD, 9D and 99. RGB value is (173,157,153). Sum of RGB (Red+Green+Blue) = 173+157+153=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D99 is #526266. Grayscale: #A1A1A1. Windows color (decimal): -5399143 or 10067373. OLE color: 10067373.
HSL color Cylindrical-coordinate representation of color #AD9D99: hue angle of 12º 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 #AD9D99 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 153 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.32 |
| HSL | 12º | 0.11% | 0.64% | - |
| HSV(B) | 12º | 0.12% | 0.68% | - |
| XYZ | 35.04 | 35.3 | 35.1 | - |
| YUV | 161.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 153 | 0 | 0.09 | 0.12 | 0.32 | 12 | 0.11 | 0.64 |
| Hex | AD | 9D | 99 | 0 | 9 | C | 20 | C | B | 40 |
| Octal | 255 | 235 | 231 | 0 | 11 | 14 | 40 | 14 | 13 | 100 |
| Binary | 10101101 | 10011101 | 10011001 | 0 | 1001 | 1100 | 100000 | 1100 | 1011 | 1000000 |
Color Harmonies of #AD9D99
Complementary color
Monochromatic Colors of #AD9D99
Black with #AD9D99
Text Example
Text Example
White with #AD9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D99; }
p { color: rgb(173,157,153); }
H1.HeaderClassName
{
color: #AD9D99;
}
.AnyTagClassName
{
color: #AD9D99;
}
</style>
background-color css
<style>
a { background-color: #AD9D99; }
a { background-color: rgb(173,157,153); }
div.DivClassName
{
background-color: #AD9D99;
}
.BgClassName
{
background-color: #AD9D99;
}
</style>
border-color css
<style>
span { border-color: #AD9D99; }
span { border-color: rgb(173,157,153); }
td.TdClassName
{
border-color: #AD9D99;
}
.TagClassName
{
border-color: #AD9D99;
}
</style>