Shades of Thatch #AA8C87
Tints of Thatch #AA8C87
RGB
CMYK
RGB Variations
Color information
#AA8C87 (or 0xAA8C87) is known color: Thatch. HEX triplet: AA, 8C and 87. RGB value is (170,140,135). Sum of RGB (Red+Green+Blue) = 170+140+135=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C87 is #557378. Grayscale: #949494. Windows color (decimal): -5600121 or 8883370. OLE color: 8883370.
HSL color Cylindrical-coordinate representation of color #AA8C87: hue angle of 8.57º 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 #AA8C87 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 135 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.33 |
| HSL | 8.57º | 0.17% | 0.6% | - |
| HSV(B) | 8.57º | 0.21% | 0.67% | - |
| XYZ | 30.33 | 29.05 | 26.93 | - |
| YUV | 148.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 135 | 0 | 0.18 | 0.21 | 0.33 | 8.57 | 0.17 | 0.6 |
| Hex | AA | 8C | 87 | 0 | 12 | 15 | 21 | 9 | 11 | 3C |
| Octal | 252 | 214 | 207 | 0 | 22 | 25 | 41 | 11 | 21 | 74 |
| Binary | 10101010 | 10001100 | 10000111 | 0 | 10010 | 10101 | 100001 | 1001 | 10001 | 111100 |
Color Harmonies of #AA8C87
Complementary color
Monochromatic Colors of #AA8C87
Black with #AA8C87
Text Example
Text Example
White with #AA8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C87; }
p { color: rgb(170,140,135); }
H1.HeaderClassName
{
color: #AA8C87;
}
.AnyTagClassName
{
color: #AA8C87;
}
</style>
background-color css
<style>
a { background-color: #AA8C87; }
a { background-color: rgb(170,140,135); }
div.DivClassName
{
background-color: #AA8C87;
}
.BgClassName
{
background-color: #AA8C87;
}
</style>
border-color css
<style>
span { border-color: #AA8C87; }
span { border-color: rgb(170,140,135); }
td.TdClassName
{
border-color: #AA8C87;
}
.TagClassName
{
border-color: #AA8C87;
}
</style>