Shades of Thatch #AD928D
Tints of Thatch #AD928D
RGB
CMYK
RGB Variations
Color information
#AD928D (or 0xAD928D) is known color: Thatch. HEX triplet: AD, 92 and 8D. RGB value is (173,146,141). Sum of RGB (Red+Green+Blue) = 173+146+141=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928D is #526D72. Grayscale: #999999. Windows color (decimal): -5401971 or 9278125. OLE color: 9278125.
HSL color Cylindrical-coordinate representation of color #AD928D: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD928D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 141 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.32 |
| HSL | 9.38º | 0.16% | 0.62% | - |
| HSV(B) | 9.38º | 0.18% | 0.68% | - |
| XYZ | 32.32 | 31.37 | 29.55 | - |
| YUV | 153.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 141 | 0 | 0.16 | 0.18 | 0.32 | 9.38 | 0.16 | 0.62 |
| Hex | AD | 92 | 8D | 0 | 10 | 12 | 20 | 9 | 10 | 3E |
| Octal | 255 | 222 | 215 | 0 | 20 | 22 | 40 | 11 | 20 | 76 |
| Binary | 10101101 | 10010010 | 10001101 | 0 | 10000 | 10010 | 100000 | 1001 | 10000 | 111110 |
Color Harmonies of #AD928D
Complementary color
Monochromatic Colors of #AD928D
Black with #AD928D
Text Example
Text Example
White with #AD928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD928D; }
p { color: rgb(173,146,141); }
H1.HeaderClassName
{
color: #AD928D;
}
.AnyTagClassName
{
color: #AD928D;
}
</style>
background-color css
<style>
a { background-color: #AD928D; }
a { background-color: rgb(173,146,141); }
div.DivClassName
{
background-color: #AD928D;
}
.BgClassName
{
background-color: #AD928D;
}
</style>
border-color css
<style>
span { border-color: #AD928D; }
span { border-color: rgb(173,146,141); }
td.TdClassName
{
border-color: #AD928D;
}
.TagClassName
{
border-color: #AD928D;
}
</style>