Shades of Thatch #AA9592
Tints of Thatch #AA9592
RGB
CMYK
RGB Variations
Color information
#AA9592 (or 0xAA9592) is known color: Thatch. HEX triplet: AA, 95 and 92. RGB value is (170,149,146). Sum of RGB (Red+Green+Blue) = 170+149+146=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9592 is #556A6D. Grayscale: #9A9A9A. Windows color (decimal): -5597806 or 9606570. OLE color: 9606570.
HSL color Cylindrical-coordinate representation of color #AA9592: hue angle of 7.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 #AA9592 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 146 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.33 |
| HSL | 7.5º | 0.12% | 0.62% | - |
| HSV(B) | 7.5º | 0.14% | 0.67% | - |
| XYZ | 32.51 | 32.12 | 31.68 | - |
| YUV | 154.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 146 | 0 | 0.12 | 0.14 | 0.33 | 7.5 | 0.12 | 0.62 |
| Hex | AA | 95 | 92 | 0 | C | E | 21 | 8 | C | 3E |
| Octal | 252 | 225 | 222 | 0 | 14 | 16 | 41 | 10 | 14 | 76 |
| Binary | 10101010 | 10010101 | 10010010 | 0 | 1100 | 1110 | 100001 | 1000 | 1100 | 111110 |
Color Harmonies of #AA9592
Complementary color
Monochromatic Colors of #AA9592
Black with #AA9592
Text Example
Text Example
White with #AA9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9592; }
p { color: rgb(170,149,146); }
H1.HeaderClassName
{
color: #AA9592;
}
.AnyTagClassName
{
color: #AA9592;
}
</style>
background-color css
<style>
a { background-color: #AA9592; }
a { background-color: rgb(170,149,146); }
div.DivClassName
{
background-color: #AA9592;
}
.BgClassName
{
background-color: #AA9592;
}
</style>
border-color css
<style>
span { border-color: #AA9592; }
span { border-color: rgb(170,149,146); }
td.TdClassName
{
border-color: #AA9592;
}
.TagClassName
{
border-color: #AA9592;
}
</style>