Shades of Thatch #AD8D8B
Tints of Thatch #AD8D8B
RGB
CMYK
RGB Variations
Color information
#AD8D8B (or 0xAD8D8B) is known color: Thatch. HEX triplet: AD, 8D and 8B. RGB value is (173,141,139). Sum of RGB (Red+Green+Blue) = 173+141+139=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D8B is #527274. Grayscale: #969696. Windows color (decimal): -5403253 or 9145773. OLE color: 9145773.
HSL color Cylindrical-coordinate representation of color #AD8D8B: hue angle of 3.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8D8B is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 139 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.32 |
| HSL | 3.53º | 0.17% | 0.61% | - |
| HSV(B) | 3.53º | 0.2% | 0.68% | - |
| XYZ | 31.42 | 29.8 | 28.52 | - |
| YUV | 150.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 139 | 0 | 0.18 | 0.20 | 0.32 | 3.53 | 0.17 | 0.61 |
| Hex | AD | 8D | 8B | 0 | 12 | 14 | 20 | 4 | 11 | 3D |
| Octal | 255 | 215 | 213 | 0 | 22 | 24 | 40 | 4 | 21 | 75 |
| Binary | 10101101 | 10001101 | 10001011 | 0 | 10010 | 10100 | 100000 | 100 | 10001 | 111101 |
Color Harmonies of #AD8D8B
Complementary color
Monochromatic Colors of #AD8D8B
Black with #AD8D8B
Text Example
Text Example
White with #AD8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D8B; }
p { color: rgb(173,141,139); }
H1.HeaderClassName
{
color: #AD8D8B;
}
.AnyTagClassName
{
color: #AD8D8B;
}
</style>
background-color css
<style>
a { background-color: #AD8D8B; }
a { background-color: rgb(173,141,139); }
div.DivClassName
{
background-color: #AD8D8B;
}
.BgClassName
{
background-color: #AD8D8B;
}
</style>
border-color css
<style>
span { border-color: #AD8D8B; }
span { border-color: rgb(173,141,139); }
td.TdClassName
{
border-color: #AD8D8B;
}
.TagClassName
{
border-color: #AD8D8B;
}
</style>