Shades of Thatch #AD9592
Tints of Thatch #AD9592
RGB
CMYK
RGB Variations
Color information
#AD9592 (or 0xAD9592) is known color: Thatch. HEX triplet: AD, 95 and 92. RGB value is (173,149,146). Sum of RGB (Red+Green+Blue) = 173+149+146=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9592 is #526A6D. Grayscale: #9B9B9B. Windows color (decimal): -5401198 or 9606573. OLE color: 9606573.
HSL color Cylindrical-coordinate representation of color #AD9592: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9592 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 146 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.32 |
| HSL | 6.67º | 0.14% | 0.63% | - |
| HSV(B) | 6.67º | 0.16% | 0.68% | - |
| XYZ | 33.17 | 32.45 | 31.71 | - |
| YUV | 155.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 146 | 0 | 0.14 | 0.16 | 0.32 | 6.67 | 0.14 | 0.63 |
| Hex | AD | 95 | 92 | 0 | E | 10 | 20 | 7 | E | 3F |
| Octal | 255 | 225 | 222 | 0 | 16 | 20 | 40 | 7 | 16 | 77 |
| Binary | 10101101 | 10010101 | 10010010 | 0 | 1110 | 10000 | 100000 | 111 | 1110 | 111111 |
Color Harmonies of #AD9592
Complementary color
Monochromatic Colors of #AD9592
Black with #AD9592
Text Example
Text Example
White with #AD9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9592; }
p { color: rgb(173,149,146); }
H1.HeaderClassName
{
color: #AD9592;
}
.AnyTagClassName
{
color: #AD9592;
}
</style>
background-color css
<style>
a { background-color: #AD9592; }
a { background-color: rgb(173,149,146); }
div.DivClassName
{
background-color: #AD9592;
}
.BgClassName
{
background-color: #AD9592;
}
</style>
border-color css
<style>
span { border-color: #AD9592; }
span { border-color: rgb(173,149,146); }
td.TdClassName
{
border-color: #AD9592;
}
.TagClassName
{
border-color: #AD9592;
}
</style>