Shades of Thatch #AD8C86
Tints of Thatch #AD8C86
RGB
CMYK
RGB Variations
Color information
#AD8C86 (or 0xAD8C86) is known color: Thatch. HEX triplet: AD, 8C and 86. RGB value is (173,140,134). Sum of RGB (Red+Green+Blue) = 173+140+134=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C86 is #527379. Grayscale: #959595. Windows color (decimal): -5403514 or 8817837. OLE color: 8817837.
HSL color Cylindrical-coordinate representation of color #AD8C86: hue angle of 9.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8C86 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 134 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.32 |
| HSL | 9.23º | 0.19% | 0.6% | - |
| HSV(B) | 9.23º | 0.23% | 0.68% | - |
| XYZ | 30.91 | 29.36 | 26.59 | - |
| YUV | 149.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 134 | 0 | 0.19 | 0.23 | 0.32 | 9.23 | 0.19 | 0.6 |
| Hex | AD | 8C | 86 | 0 | 13 | 17 | 20 | 9 | 13 | 3C |
| Octal | 255 | 214 | 206 | 0 | 23 | 27 | 40 | 11 | 23 | 74 |
| Binary | 10101101 | 10001100 | 10000110 | 0 | 10011 | 10111 | 100000 | 1001 | 10011 | 111100 |
Color Harmonies of #AD8C86
Complementary color
Monochromatic Colors of #AD8C86
Black with #AD8C86
Text Example
Text Example
White with #AD8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C86; }
p { color: rgb(173,140,134); }
H1.HeaderClassName
{
color: #AD8C86;
}
.AnyTagClassName
{
color: #AD8C86;
}
</style>
background-color css
<style>
a { background-color: #AD8C86; }
a { background-color: rgb(173,140,134); }
div.DivClassName
{
background-color: #AD8C86;
}
.BgClassName
{
background-color: #AD8C86;
}
</style>
border-color css
<style>
span { border-color: #AD8C86; }
span { border-color: rgb(173,140,134); }
td.TdClassName
{
border-color: #AD8C86;
}
.TagClassName
{
border-color: #AD8C86;
}
</style>