Shades of Thatch #AD8B87
Tints of Thatch #AD8B87
RGB
CMYK
RGB Variations
Color information
#AD8B87 (or 0xAD8B87) is known color: Thatch. HEX triplet: AD, 8B and 87. RGB value is (173,139,135). Sum of RGB (Red+Green+Blue) = 173+139+135=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B87 is #527478. Grayscale: #949494. Windows color (decimal): -5403769 or 8883117. OLE color: 8883117.
HSL color Cylindrical-coordinate representation of color #AD8B87: hue angle of 6.32º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8B87 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 135 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.32 |
| HSL | 6.32º | 0.19% | 0.6% | - |
| HSV(B) | 6.32º | 0.22% | 0.68% | - |
| XYZ | 30.84 | 29.1 | 26.91 | - |
| YUV | 148.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 135 | 0 | 0.20 | 0.22 | 0.32 | 6.32 | 0.19 | 0.6 |
| Hex | AD | 8B | 87 | 0 | 14 | 16 | 20 | 6 | 13 | 3C |
| Octal | 255 | 213 | 207 | 0 | 24 | 26 | 40 | 6 | 23 | 74 |
| Binary | 10101101 | 10001011 | 10000111 | 0 | 10100 | 10110 | 100000 | 110 | 10011 | 111100 |
Color Harmonies of #AD8B87
Complementary color
Monochromatic Colors of #AD8B87
Black with #AD8B87
Text Example
Text Example
White with #AD8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B87; }
p { color: rgb(173,139,135); }
H1.HeaderClassName
{
color: #AD8B87;
}
.AnyTagClassName
{
color: #AD8B87;
}
</style>
background-color css
<style>
a { background-color: #AD8B87; }
a { background-color: rgb(173,139,135); }
div.DivClassName
{
background-color: #AD8B87;
}
.BgClassName
{
background-color: #AD8B87;
}
</style>
border-color css
<style>
span { border-color: #AD8B87; }
span { border-color: rgb(173,139,135); }
td.TdClassName
{
border-color: #AD8B87;
}
.TagClassName
{
border-color: #AD8B87;
}
</style>