Shades of Thatch #AA8A87
Tints of Thatch #AA8A87
RGB
CMYK
RGB Variations
Color information
#AA8A87 (or 0xAA8A87) is known color: Thatch. HEX triplet: AA, 8A and 87. RGB value is (170,138,135). Sum of RGB (Red+Green+Blue) = 170+138+135=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A87 is #557578. Grayscale: #939393. Windows color (decimal): -5600633 or 8882858. OLE color: 8882858.
HSL color Cylindrical-coordinate representation of color #AA8A87: hue angle of 5.14º 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 #AA8A87 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 135 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.33 |
| HSL | 5.14º | 0.17% | 0.6% | - |
| HSV(B) | 5.14º | 0.21% | 0.67% | - |
| XYZ | 30.04 | 28.47 | 26.83 | - |
| YUV | 147.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 135 | 0 | 0.19 | 0.21 | 0.33 | 5.14 | 0.17 | 0.6 |
| Hex | AA | 8A | 87 | 0 | 13 | 15 | 21 | 5 | 11 | 3C |
| Octal | 252 | 212 | 207 | 0 | 23 | 25 | 41 | 5 | 21 | 74 |
| Binary | 10101010 | 10001010 | 10000111 | 0 | 10011 | 10101 | 100001 | 101 | 10001 | 111100 |
Color Harmonies of #AA8A87
Complementary color
Monochromatic Colors of #AA8A87
Black with #AA8A87
Text Example
Text Example
White with #AA8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A87; }
p { color: rgb(170,138,135); }
H1.HeaderClassName
{
color: #AA8A87;
}
.AnyTagClassName
{
color: #AA8A87;
}
</style>
background-color css
<style>
a { background-color: #AA8A87; }
a { background-color: rgb(170,138,135); }
div.DivClassName
{
background-color: #AA8A87;
}
.BgClassName
{
background-color: #AA8A87;
}
</style>
border-color css
<style>
span { border-color: #AA8A87; }
span { border-color: rgb(170,138,135); }
td.TdClassName
{
border-color: #AA8A87;
}
.TagClassName
{
border-color: #AA8A87;
}
</style>