Shades of Thatch #AA8987
Tints of Thatch #AA8987
RGB
CMYK
RGB Variations
Color information
#AA8987 (or 0xAA8987) is known color: Thatch. HEX triplet: AA, 89 and 87. RGB value is (170,137,135). Sum of RGB (Red+Green+Blue) = 170+137+135=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8987 is #557678. Grayscale: #929292. Windows color (decimal): -5600889 or 8882602. OLE color: 8882602.
HSL color Cylindrical-coordinate representation of color #AA8987: hue angle of 3.43º 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 #AA8987 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 135 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.33 |
| HSL | 3.43º | 0.17% | 0.6% | - |
| HSV(B) | 3.43º | 0.21% | 0.67% | - |
| XYZ | 29.9 | 28.19 | 26.79 | - |
| YUV | 146.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 135 | 0 | 0.19 | 0.21 | 0.33 | 3.43 | 0.17 | 0.6 |
| Hex | AA | 89 | 87 | 0 | 13 | 15 | 21 | 3 | 11 | 3C |
| Octal | 252 | 211 | 207 | 0 | 23 | 25 | 41 | 3 | 21 | 74 |
| Binary | 10101010 | 10001001 | 10000111 | 0 | 10011 | 10101 | 100001 | 11 | 10001 | 111100 |
Color Harmonies of #AA8987
Complementary color
Monochromatic Colors of #AA8987
Black with #AA8987
Text Example
Text Example
White with #AA8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8987; }
p { color: rgb(170,137,135); }
H1.HeaderClassName
{
color: #AA8987;
}
.AnyTagClassName
{
color: #AA8987;
}
</style>
background-color css
<style>
a { background-color: #AA8987; }
a { background-color: rgb(170,137,135); }
div.DivClassName
{
background-color: #AA8987;
}
.BgClassName
{
background-color: #AA8987;
}
</style>
border-color css
<style>
span { border-color: #AA8987; }
span { border-color: rgb(170,137,135); }
td.TdClassName
{
border-color: #AA8987;
}
.TagClassName
{
border-color: #AA8987;
}
</style>