Shades of Thatch #AD8C84
Tints of Thatch #AD8C84
RGB
CMYK
RGB Variations
Color information
#AD8C84 (or 0xAD8C84) is known color: Thatch. HEX triplet: AD, 8C and 84. RGB value is (173,140,132). Sum of RGB (Red+Green+Blue) = 173+140+132=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C84 is #52737B. Grayscale: #959595. Windows color (decimal): -5403516 or 8686765. OLE color: 8686765.
HSL color Cylindrical-coordinate representation of color #AD8C84: hue angle of 11.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8C84 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 132 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.32 |
| HSL | 11.71º | 0.2% | 0.6% | - |
| HSV(B) | 11.71º | 0.24% | 0.68% | - |
| XYZ | 30.78 | 29.31 | 25.86 | - |
| YUV | 148.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 132 | 0 | 0.19 | 0.24 | 0.32 | 11.71 | 0.2 | 0.6 |
| Hex | AD | 8C | 84 | 0 | 13 | 18 | 20 | C | 14 | 3C |
| Octal | 255 | 214 | 204 | 0 | 23 | 30 | 40 | 14 | 24 | 74 |
| Binary | 10101101 | 10001100 | 10000100 | 0 | 10011 | 11000 | 100000 | 1100 | 10100 | 111100 |
Color Harmonies of #AD8C84
Complementary color
Monochromatic Colors of #AD8C84
Black with #AD8C84
Text Example
Text Example
White with #AD8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C84; }
p { color: rgb(173,140,132); }
H1.HeaderClassName
{
color: #AD8C84;
}
.AnyTagClassName
{
color: #AD8C84;
}
</style>
background-color css
<style>
a { background-color: #AD8C84; }
a { background-color: rgb(173,140,132); }
div.DivClassName
{
background-color: #AD8C84;
}
.BgClassName
{
background-color: #AD8C84;
}
</style>
border-color css
<style>
span { border-color: #AD8C84; }
span { border-color: rgb(173,140,132); }
td.TdClassName
{
border-color: #AD8C84;
}
.TagClassName
{
border-color: #AD8C84;
}
</style>