Shades of Thatch #AA9189
Tints of Thatch #AA9189
RGB
CMYK
RGB Variations
Color information
#AA9189 (or 0xAA9189) is known color: Thatch. HEX triplet: AA, 91 and 89. RGB value is (170,145,137). Sum of RGB (Red+Green+Blue) = 170+145+137=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9189 is #556E76. Grayscale: #979797. Windows color (decimal): -5598839 or 9015722. OLE color: 9015722.
HSL color Cylindrical-coordinate representation of color #AA9189: hue angle of 14.55º 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 #AA9189 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 137 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.33 |
| HSL | 14.55º | 0.16% | 0.6% | - |
| HSV(B) | 14.55º | 0.19% | 0.67% | - |
| XYZ | 31.22 | 30.6 | 27.93 | - |
| YUV | 151.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 137 | 0 | 0.15 | 0.19 | 0.33 | 14.55 | 0.16 | 0.6 |
| Hex | AA | 91 | 89 | 0 | F | 13 | 21 | F | 10 | 3C |
| Octal | 252 | 221 | 211 | 0 | 17 | 23 | 41 | 17 | 20 | 74 |
| Binary | 10101010 | 10010001 | 10001001 | 0 | 1111 | 10011 | 100001 | 1111 | 10000 | 111100 |
Color Harmonies of #AA9189
Complementary color
Monochromatic Colors of #AA9189
Black with #AA9189
Text Example
Text Example
White with #AA9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9189; }
p { color: rgb(170,145,137); }
H1.HeaderClassName
{
color: #AA9189;
}
.AnyTagClassName
{
color: #AA9189;
}
</style>
background-color css
<style>
a { background-color: #AA9189; }
a { background-color: rgb(170,145,137); }
div.DivClassName
{
background-color: #AA9189;
}
.BgClassName
{
background-color: #AA9189;
}
</style>
border-color css
<style>
span { border-color: #AA9189; }
span { border-color: rgb(170,145,137); }
td.TdClassName
{
border-color: #AA9189;
}
.TagClassName
{
border-color: #AA9189;
}
</style>