Shades of Thatch #AA9691
Tints of Thatch #AA9691
RGB
CMYK
RGB Variations
Color information
#AA9691 (or 0xAA9691) is known color: Thatch. HEX triplet: AA, 96 and 91. RGB value is (170,150,145). Sum of RGB (Red+Green+Blue) = 170+150+145=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9691 is #55696E. Grayscale: #9B9B9B. Windows color (decimal): -5597551 or 9541290. OLE color: 9541290.
HSL color Cylindrical-coordinate representation of color #AA9691: hue angle of 12º 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 #AA9691 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 145 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.33 |
| HSL | 12º | 0.13% | 0.62% | - |
| HSV(B) | 12º | 0.15% | 0.67% | - |
| XYZ | 32.59 | 32.4 | 31.32 | - |
| YUV | 155.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 145 | 0 | 0.12 | 0.15 | 0.33 | 12 | 0.13 | 0.62 |
| Hex | AA | 96 | 91 | 0 | C | F | 21 | C | D | 3E |
| Octal | 252 | 226 | 221 | 0 | 14 | 17 | 41 | 14 | 15 | 76 |
| Binary | 10101010 | 10010110 | 10010001 | 0 | 1100 | 1111 | 100001 | 1100 | 1101 | 111110 |
Color Harmonies of #AA9691
Complementary color
Monochromatic Colors of #AA9691
Black with #AA9691
Text Example
Text Example
White with #AA9691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9691; }
p { color: rgb(170,150,145); }
H1.HeaderClassName
{
color: #AA9691;
}
.AnyTagClassName
{
color: #AA9691;
}
</style>
background-color css
<style>
a { background-color: #AA9691; }
a { background-color: rgb(170,150,145); }
div.DivClassName
{
background-color: #AA9691;
}
.BgClassName
{
background-color: #AA9691;
}
</style>
border-color css
<style>
span { border-color: #AA9691; }
span { border-color: rgb(170,150,145); }
td.TdClassName
{
border-color: #AA9691;
}
.TagClassName
{
border-color: #AA9691;
}
</style>