Shades of Thatch #AA9795
Tints of Thatch #AA9795
RGB
CMYK
RGB Variations
Color information
#AA9795 (or 0xAA9795) is known color: Thatch. HEX triplet: AA, 97 and 95. RGB value is (170,151,149). Sum of RGB (Red+Green+Blue) = 170+151+149=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9795 is #55686A. Grayscale: #9C9C9C. Windows color (decimal): -5597291 or 9803690. OLE color: 9803690.
HSL color Cylindrical-coordinate representation of color #AA9795: hue angle of 5.71º 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 #AA9795 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 149 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.33 |
| HSL | 5.71º | 0.11% | 0.63% | - |
| HSV(B) | 5.71º | 0.12% | 0.67% | - |
| XYZ | 33.07 | 32.85 | 33.03 | - |
| YUV | 156.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 149 | 0 | 0.11 | 0.12 | 0.33 | 5.71 | 0.11 | 0.63 |
| Hex | AA | 97 | 95 | 0 | B | C | 21 | 6 | B | 3F |
| Octal | 252 | 227 | 225 | 0 | 13 | 14 | 41 | 6 | 13 | 77 |
| Binary | 10101010 | 10010111 | 10010101 | 0 | 1011 | 1100 | 100001 | 110 | 1011 | 111111 |
Color Harmonies of #AA9795
Complementary color
Monochromatic Colors of #AA9795
Black with #AA9795
Text Example
Text Example
White with #AA9795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9795; }
p { color: rgb(170,151,149); }
H1.HeaderClassName
{
color: #AA9795;
}
.AnyTagClassName
{
color: #AA9795;
}
</style>
background-color css
<style>
a { background-color: #AA9795; }
a { background-color: rgb(170,151,149); }
div.DivClassName
{
background-color: #AA9795;
}
.BgClassName
{
background-color: #AA9795;
}
</style>
border-color css
<style>
span { border-color: #AA9795; }
span { border-color: rgb(170,151,149); }
td.TdClassName
{
border-color: #AA9795;
}
.TagClassName
{
border-color: #AA9795;
}
</style>