Shades of Thatch #AA9090
Tints of Thatch #AA9090
RGB
CMYK
RGB Variations
Color information
#AA9090 (or 0xAA9090) is known color: Thatch. HEX triplet: AA, 90 and 90. RGB value is (170,144,144). Sum of RGB (Red+Green+Blue) = 170+144+144=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9090 is #556F6F. Grayscale: #979797. Windows color (decimal): -5599088 or 9474218. OLE color: 9474218.
HSL color Cylindrical-coordinate representation of color #AA9090: hue angle of 0º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9090 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 144 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.33 |
| HSL | 0º | 0.13% | 0.62% | - |
| HSV(B) | 0º | 0.15% | 0.67% | - |
| XYZ | 31.58 | 30.51 | 30.61 | - |
| YUV | 151.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 144 | 0 | 0.15 | 0.15 | 0.33 | 0 | 0.13 | 0.62 |
| Hex | AA | 90 | 90 | 0 | F | F | 21 | 0 | D | 3E |
| Octal | 252 | 220 | 220 | 0 | 17 | 17 | 41 | 0 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10010000 | 0 | 1111 | 1111 | 100001 | 0 | 1101 | 111110 |
Color Harmonies of #AA9090
Complementary color
Monochromatic Colors of #AA9090
Black with #AA9090
Text Example
Text Example
White with #AA9090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9090; }
p { color: rgb(170,144,144); }
H1.HeaderClassName
{
color: #AA9090;
}
.AnyTagClassName
{
color: #AA9090;
}
</style>
background-color css
<style>
a { background-color: #AA9090; }
a { background-color: rgb(170,144,144); }
div.DivClassName
{
background-color: #AA9090;
}
.BgClassName
{
background-color: #AA9090;
}
</style>
border-color css
<style>
span { border-color: #AA9090; }
span { border-color: rgb(170,144,144); }
td.TdClassName
{
border-color: #AA9090;
}
.TagClassName
{
border-color: #AA9090;
}
</style>