Shades of Thatch #AA9791
Tints of Thatch #AA9791
RGB
CMYK
RGB Variations
Color information
#AA9791 (or 0xAA9791) is known color: Thatch. HEX triplet: AA, 97 and 91. RGB value is (170,151,145). Sum of RGB (Red+Green+Blue) = 170+151+145=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9791 is #55686E. Grayscale: #9C9C9C. Windows color (decimal): -5597295 or 9541546. OLE color: 9541546.
HSL color Cylindrical-coordinate representation of color #AA9791: hue angle of 14.4º 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 #AA9791 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 145 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.33 |
| HSL | 14.4º | 0.13% | 0.62% | - |
| HSV(B) | 14.4º | 0.15% | 0.67% | - |
| XYZ | 32.76 | 32.72 | 31.38 | - |
| YUV | 156 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 145 | 0 | 0.11 | 0.15 | 0.33 | 14.4 | 0.13 | 0.62 |
| Hex | AA | 97 | 91 | 0 | B | F | 21 | E | D | 3E |
| Octal | 252 | 227 | 221 | 0 | 13 | 17 | 41 | 16 | 15 | 76 |
| Binary | 10101010 | 10010111 | 10010001 | 0 | 1011 | 1111 | 100001 | 1110 | 1101 | 111110 |
Color Harmonies of #AA9791
Complementary color
Monochromatic Colors of #AA9791
Black with #AA9791
Text Example
Text Example
White with #AA9791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9791; }
p { color: rgb(170,151,145); }
H1.HeaderClassName
{
color: #AA9791;
}
.AnyTagClassName
{
color: #AA9791;
}
</style>
background-color css
<style>
a { background-color: #AA9791; }
a { background-color: rgb(170,151,145); }
div.DivClassName
{
background-color: #AA9791;
}
.BgClassName
{
background-color: #AA9791;
}
</style>
border-color css
<style>
span { border-color: #AA9791; }
span { border-color: rgb(170,151,145); }
td.TdClassName
{
border-color: #AA9791;
}
.TagClassName
{
border-color: #AA9791;
}
</style>