Shades of Thatch #AA8D87
Tints of Thatch #AA8D87
RGB
CMYK
RGB Variations
Color information
#AA8D87 (or 0xAA8D87) is known color: Thatch. HEX triplet: AA, 8D and 87. RGB value is (170,141,135). Sum of RGB (Red+Green+Blue) = 170+141+135=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D87 is #557278. Grayscale: #959595. Windows color (decimal): -5599865 or 8883626. OLE color: 8883626.
HSL color Cylindrical-coordinate representation of color #AA8D87: hue angle of 10.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8D87 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 135 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.33 |
| HSL | 10.29º | 0.17% | 0.6% | - |
| HSV(B) | 10.29º | 0.21% | 0.67% | - |
| XYZ | 30.48 | 29.35 | 26.98 | - |
| YUV | 148.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 135 | 0 | 0.17 | 0.21 | 0.33 | 10.29 | 0.17 | 0.6 |
| Hex | AA | 8D | 87 | 0 | 11 | 15 | 21 | A | 11 | 3C |
| Octal | 252 | 215 | 207 | 0 | 21 | 25 | 41 | 12 | 21 | 74 |
| Binary | 10101010 | 10001101 | 10000111 | 0 | 10001 | 10101 | 100001 | 1010 | 10001 | 111100 |
Color Harmonies of #AA8D87
Complementary color
Monochromatic Colors of #AA8D87
Black with #AA8D87
Text Example
Text Example
White with #AA8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D87; }
p { color: rgb(170,141,135); }
H1.HeaderClassName
{
color: #AA8D87;
}
.AnyTagClassName
{
color: #AA8D87;
}
</style>
background-color css
<style>
a { background-color: #AA8D87; }
a { background-color: rgb(170,141,135); }
div.DivClassName
{
background-color: #AA8D87;
}
.BgClassName
{
background-color: #AA8D87;
}
</style>
border-color css
<style>
span { border-color: #AA8D87; }
span { border-color: rgb(170,141,135); }
td.TdClassName
{
border-color: #AA8D87;
}
.TagClassName
{
border-color: #AA8D87;
}
</style>