Shades of Thatch #AA9995
Tints of Thatch #AA9995
RGB
CMYK
RGB Variations
Color information
#AA9995 (or 0xAA9995) is known color: Thatch. HEX triplet: AA, 99 and 95. RGB value is (170,153,149). Sum of RGB (Red+Green+Blue) = 170+153+149=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9995 is #55666A. Grayscale: #9D9D9D. Windows color (decimal): -5596779 or 9804202. OLE color: 9804202.
HSL color Cylindrical-coordinate representation of color #AA9995: hue angle of 11.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9995 is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 149 | - |
| CMYK | 0 | 0.1 | 0.12 | 0.33 |
| HSL | 11.43º | 0.11% | 0.63% | - |
| HSV(B) | 11.43º | 0.12% | 0.67% | - |
| XYZ | 33.39 | 33.5 | 33.14 | - |
| YUV | 157.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 149 | 0 | 0.1 | 0.12 | 0.33 | 11.43 | 0.11 | 0.63 |
| Hex | AA | 99 | 95 | 0 | A | C | 21 | B | B | 3F |
| Octal | 252 | 231 | 225 | 0 | 12 | 14 | 41 | 13 | 13 | 77 |
| Binary | 10101010 | 10011001 | 10010101 | 0 | 1010 | 1100 | 100001 | 1011 | 1011 | 111111 |
Color Harmonies of #AA9995
Complementary color
Monochromatic Colors of #AA9995
Black with #AA9995
Text Example
Text Example
White with #AA9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9995; }
p { color: rgb(170,153,149); }
H1.HeaderClassName
{
color: #AA9995;
}
.AnyTagClassName
{
color: #AA9995;
}
</style>
background-color css
<style>
a { background-color: #AA9995; }
a { background-color: rgb(170,153,149); }
div.DivClassName
{
background-color: #AA9995;
}
.BgClassName
{
background-color: #AA9995;
}
</style>
border-color css
<style>
span { border-color: #AA9995; }
span { border-color: rgb(170,153,149); }
td.TdClassName
{
border-color: #AA9995;
}
.TagClassName
{
border-color: #AA9995;
}
</style>