Shades of Thatch #AA8B87
Tints of Thatch #AA8B87
RGB
CMYK
RGB Variations
Color information
#AA8B87 (or 0xAA8B87) is known color: Thatch. HEX triplet: AA, 8B and 87. RGB value is (170,139,135). Sum of RGB (Red+Green+Blue) = 170+139+135=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B87 is #557478. Grayscale: #939393. Windows color (decimal): -5600377 or 8883114. OLE color: 8883114.
HSL color Cylindrical-coordinate representation of color #AA8B87: hue angle of 6.86º 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 #AA8B87 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 135 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.33 |
| HSL | 6.86º | 0.17% | 0.6% | - |
| HSV(B) | 6.86º | 0.21% | 0.67% | - |
| XYZ | 30.18 | 28.76 | 26.88 | - |
| YUV | 147.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 135 | 0 | 0.18 | 0.21 | 0.33 | 6.86 | 0.17 | 0.6 |
| Hex | AA | 8B | 87 | 0 | 12 | 15 | 21 | 7 | 11 | 3C |
| Octal | 252 | 213 | 207 | 0 | 22 | 25 | 41 | 7 | 21 | 74 |
| Binary | 10101010 | 10001011 | 10000111 | 0 | 10010 | 10101 | 100001 | 111 | 10001 | 111100 |
Color Harmonies of #AA8B87
Complementary color
Monochromatic Colors of #AA8B87
Black with #AA8B87
Text Example
Text Example
White with #AA8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B87; }
p { color: rgb(170,139,135); }
H1.HeaderClassName
{
color: #AA8B87;
}
.AnyTagClassName
{
color: #AA8B87;
}
</style>
background-color css
<style>
a { background-color: #AA8B87; }
a { background-color: rgb(170,139,135); }
div.DivClassName
{
background-color: #AA8B87;
}
.BgClassName
{
background-color: #AA8B87;
}
</style>
border-color css
<style>
span { border-color: #AA8B87; }
span { border-color: rgb(170,139,135); }
td.TdClassName
{
border-color: #AA8B87;
}
.TagClassName
{
border-color: #AA8B87;
}
</style>