Shades of Thatch #AA9794
Tints of Thatch #AA9794
RGB
CMYK
RGB Variations
Color information
#AA9794 (or 0xAA9794) is known color: Thatch. HEX triplet: AA, 97 and 94. RGB value is (170,151,148). Sum of RGB (Red+Green+Blue) = 170+151+148=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9794 is #55686B. Grayscale: #9C9C9C. Windows color (decimal): -5597292 or 9738154. OLE color: 9738154.
HSL color Cylindrical-coordinate representation of color #AA9794: hue angle of 8.18º 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 #AA9794 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 148 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.33 |
| HSL | 8.18º | 0.11% | 0.62% | - |
| HSV(B) | 8.18º | 0.13% | 0.67% | - |
| XYZ | 32.99 | 32.82 | 32.61 | - |
| YUV | 156.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 148 | 0 | 0.11 | 0.13 | 0.33 | 8.18 | 0.11 | 0.62 |
| Hex | AA | 97 | 94 | 0 | B | D | 21 | 8 | B | 3E |
| Octal | 252 | 227 | 224 | 0 | 13 | 15 | 41 | 10 | 13 | 76 |
| Binary | 10101010 | 10010111 | 10010100 | 0 | 1011 | 1101 | 100001 | 1000 | 1011 | 111110 |
Color Harmonies of #AA9794
Complementary color
Monochromatic Colors of #AA9794
Black with #AA9794
Text Example
Text Example
White with #AA9794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9794; }
p { color: rgb(170,151,148); }
H1.HeaderClassName
{
color: #AA9794;
}
.AnyTagClassName
{
color: #AA9794;
}
</style>
background-color css
<style>
a { background-color: #AA9794; }
a { background-color: rgb(170,151,148); }
div.DivClassName
{
background-color: #AA9794;
}
.BgClassName
{
background-color: #AA9794;
}
</style>
border-color css
<style>
span { border-color: #AA9794; }
span { border-color: rgb(170,151,148); }
td.TdClassName
{
border-color: #AA9794;
}
.TagClassName
{
border-color: #AA9794;
}
</style>