Shades of Thatch #AA9590
Tints of Thatch #AA9590
RGB
CMYK
RGB Variations
Color information
#AA9590 (or 0xAA9590) is known color: Thatch. HEX triplet: AA, 95 and 90. RGB value is (170,149,144). Sum of RGB (Red+Green+Blue) = 170+149+144=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9590 is #556A6F. Grayscale: #9A9A9A. Windows color (decimal): -5597808 or 9475498. OLE color: 9475498.
HSL color Cylindrical-coordinate representation of color #AA9590: hue angle of 11.54º 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 #AA9590 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 144 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.33 |
| HSL | 11.54º | 0.13% | 0.62% | - |
| HSV(B) | 11.54º | 0.15% | 0.67% | - |
| XYZ | 32.36 | 32.05 | 30.87 | - |
| YUV | 154.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 144 | 0 | 0.12 | 0.15 | 0.33 | 11.54 | 0.13 | 0.62 |
| Hex | AA | 95 | 90 | 0 | C | F | 21 | C | D | 3E |
| Octal | 252 | 225 | 220 | 0 | 14 | 17 | 41 | 14 | 15 | 76 |
| Binary | 10101010 | 10010101 | 10010000 | 0 | 1100 | 1111 | 100001 | 1100 | 1101 | 111110 |
Color Harmonies of #AA9590
Complementary color
Monochromatic Colors of #AA9590
Black with #AA9590
Text Example
Text Example
White with #AA9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9590; }
p { color: rgb(170,149,144); }
H1.HeaderClassName
{
color: #AA9590;
}
.AnyTagClassName
{
color: #AA9590;
}
</style>
background-color css
<style>
a { background-color: #AA9590; }
a { background-color: rgb(170,149,144); }
div.DivClassName
{
background-color: #AA9590;
}
.BgClassName
{
background-color: #AA9590;
}
</style>
border-color css
<style>
span { border-color: #AA9590; }
span { border-color: rgb(170,149,144); }
td.TdClassName
{
border-color: #AA9590;
}
.TagClassName
{
border-color: #AA9590;
}
</style>