Shades of Thatch #AA9A97
Tints of Thatch #AA9A97
RGB
CMYK
RGB Variations
Color information
#AA9A97 (or 0xAA9A97) is known color: Thatch. HEX triplet: AA, 9A and 97. RGB value is (170,154,151). Sum of RGB (Red+Green+Blue) = 170+154+151=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A97 is #556568. Grayscale: #9E9E9E. Windows color (decimal): -5596521 or 9935530. OLE color: 9935530.
HSL color Cylindrical-coordinate representation of color #AA9A97: hue angle of 9.47º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9A97 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 151 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.33 |
| HSL | 9.47º | 0.1% | 0.63% | - |
| HSV(B) | 9.47º | 0.11% | 0.67% | - |
| XYZ | 33.72 | 33.89 | 34.04 | - |
| YUV | 158.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 151 | 0 | 0.09 | 0.11 | 0.33 | 9.47 | 0.1 | 0.63 |
| Hex | AA | 9A | 97 | 0 | 9 | B | 21 | 9 | A | 3F |
| Octal | 252 | 232 | 227 | 0 | 11 | 13 | 41 | 11 | 12 | 77 |
| Binary | 10101010 | 10011010 | 10010111 | 0 | 1001 | 1011 | 100001 | 1001 | 1010 | 111111 |
Color Harmonies of #AA9A97
Complementary color
Monochromatic Colors of #AA9A97
Black with #AA9A97
Text Example
Text Example
White with #AA9A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A97; }
p { color: rgb(170,154,151); }
H1.HeaderClassName
{
color: #AA9A97;
}
.AnyTagClassName
{
color: #AA9A97;
}
</style>
background-color css
<style>
a { background-color: #AA9A97; }
a { background-color: rgb(170,154,151); }
div.DivClassName
{
background-color: #AA9A97;
}
.BgClassName
{
background-color: #AA9A97;
}
</style>
border-color css
<style>
span { border-color: #AA9A97; }
span { border-color: rgb(170,154,151); }
td.TdClassName
{
border-color: #AA9A97;
}
.TagClassName
{
border-color: #AA9A97;
}
</style>