Shades of Thatch #AA9994
Tints of Thatch #AA9994
RGB
CMYK
RGB Variations
Color information
#AA9994 (or 0xAA9994) is known color: Thatch. HEX triplet: AA, 99 and 94. RGB value is (170,153,148). Sum of RGB (Red+Green+Blue) = 170+153+148=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9994 is #55666B. Grayscale: #9D9D9D. Windows color (decimal): -5596780 or 9738666. OLE color: 9738666.
HSL color Cylindrical-coordinate representation of color #AA9994: hue angle of 13.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9994 is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 148 | - |
| CMYK | 0 | 0.1 | 0.13 | 0.33 |
| HSL | 13.64º | 0.11% | 0.62% | - |
| HSV(B) | 13.64º | 0.13% | 0.67% | - |
| XYZ | 33.31 | 33.47 | 32.72 | - |
| YUV | 157.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 148 | 0 | 0.1 | 0.13 | 0.33 | 13.64 | 0.11 | 0.62 |
| Hex | AA | 99 | 94 | 0 | A | D | 21 | E | B | 3E |
| Octal | 252 | 231 | 224 | 0 | 12 | 15 | 41 | 16 | 13 | 76 |
| Binary | 10101010 | 10011001 | 10010100 | 0 | 1010 | 1101 | 100001 | 1110 | 1011 | 111110 |
Color Harmonies of #AA9994
Complementary color
Monochromatic Colors of #AA9994
Black with #AA9994
Text Example
Text Example
White with #AA9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9994; }
p { color: rgb(170,153,148); }
H1.HeaderClassName
{
color: #AA9994;
}
.AnyTagClassName
{
color: #AA9994;
}
</style>
background-color css
<style>
a { background-color: #AA9994; }
a { background-color: rgb(170,153,148); }
div.DivClassName
{
background-color: #AA9994;
}
.BgClassName
{
background-color: #AA9994;
}
</style>
border-color css
<style>
span { border-color: #AA9994; }
span { border-color: rgb(170,153,148); }
td.TdClassName
{
border-color: #AA9994;
}
.TagClassName
{
border-color: #AA9994;
}
</style>