Shades of Thatch #AA8F89
Tints of Thatch #AA8F89
RGB
CMYK
RGB Variations
Color information
#AA8F89 (or 0xAA8F89) is known color: Thatch. HEX triplet: AA, 8F and 89. RGB value is (170,143,137). Sum of RGB (Red+Green+Blue) = 170+143+137=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F89 is #557076. Grayscale: #969696. Windows color (decimal): -5599351 or 9015210. OLE color: 9015210.
HSL color Cylindrical-coordinate representation of color #AA8F89: hue angle of 10.91º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8F89 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 137 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 10.91º | 0.16% | 0.6% | - |
| HSV(B) | 10.91º | 0.19% | 0.67% | - |
| XYZ | 30.92 | 30 | 27.83 | - |
| YUV | 150.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 137 | 0 | 0.16 | 0.19 | 0.33 | 10.91 | 0.16 | 0.6 |
| Hex | AA | 8F | 89 | 0 | 10 | 13 | 21 | B | 10 | 3C |
| Octal | 252 | 217 | 211 | 0 | 20 | 23 | 41 | 13 | 20 | 74 |
| Binary | 10101010 | 10001111 | 10001001 | 0 | 10000 | 10011 | 100001 | 1011 | 10000 | 111100 |
Color Harmonies of #AA8F89
Complementary color
Monochromatic Colors of #AA8F89
Black with #AA8F89
Text Example
Text Example
White with #AA8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F89; }
p { color: rgb(170,143,137); }
H1.HeaderClassName
{
color: #AA8F89;
}
.AnyTagClassName
{
color: #AA8F89;
}
</style>
background-color css
<style>
a { background-color: #AA8F89; }
a { background-color: rgb(170,143,137); }
div.DivClassName
{
background-color: #AA8F89;
}
.BgClassName
{
background-color: #AA8F89;
}
</style>
border-color css
<style>
span { border-color: #AA8F89; }
span { border-color: rgb(170,143,137); }
td.TdClassName
{
border-color: #AA8F89;
}
.TagClassName
{
border-color: #AA8F89;
}
</style>