Shades of Thatch #AA9492
Tints of Thatch #AA9492
RGB
CMYK
RGB Variations
Color information
#AA9492 (or 0xAA9492) is known color: Thatch. HEX triplet: AA, 94 and 92. RGB value is (170,148,146). Sum of RGB (Red+Green+Blue) = 170+148+146=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9492 is #556B6D. Grayscale: #9A9A9A. Windows color (decimal): -5598062 or 9606314. OLE color: 9606314.
HSL color Cylindrical-coordinate representation of color #AA9492: hue angle of 5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9492 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 146 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.33 |
| HSL | 5º | 0.12% | 0.62% | - |
| HSV(B) | 5º | 0.14% | 0.67% | - |
| XYZ | 32.36 | 31.8 | 31.63 | - |
| YUV | 154.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 146 | 0 | 0.13 | 0.14 | 0.33 | 5 | 0.12 | 0.62 |
| Hex | AA | 94 | 92 | 0 | D | E | 21 | 5 | C | 3E |
| Octal | 252 | 224 | 222 | 0 | 15 | 16 | 41 | 5 | 14 | 76 |
| Binary | 10101010 | 10010100 | 10010010 | 0 | 1101 | 1110 | 100001 | 101 | 1100 | 111110 |
Color Harmonies of #AA9492
Complementary color
Monochromatic Colors of #AA9492
Black with #AA9492
Text Example
Text Example
White with #AA9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9492; }
p { color: rgb(170,148,146); }
H1.HeaderClassName
{
color: #AA9492;
}
.AnyTagClassName
{
color: #AA9492;
}
</style>
background-color css
<style>
a { background-color: #AA9492; }
a { background-color: rgb(170,148,146); }
div.DivClassName
{
background-color: #AA9492;
}
.BgClassName
{
background-color: #AA9492;
}
</style>
border-color css
<style>
span { border-color: #AA9492; }
span { border-color: rgb(170,148,146); }
td.TdClassName
{
border-color: #AA9492;
}
.TagClassName
{
border-color: #AA9492;
}
</style>