Shades of Thatch #AA9692
Tints of Thatch #AA9692
RGB
CMYK
RGB Variations
Color information
#AA9692 (or 0xAA9692) is known color: Thatch. HEX triplet: AA, 96 and 92. RGB value is (170,150,146). Sum of RGB (Red+Green+Blue) = 170+150+146=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9692 is #55696D. Grayscale: #9B9B9B. Windows color (decimal): -5597550 or 9606826. OLE color: 9606826.
HSL color Cylindrical-coordinate representation of color #AA9692: hue angle of 10º 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 #AA9692 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 146 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.33 |
| HSL | 10º | 0.12% | 0.62% | - |
| HSV(B) | 10º | 0.14% | 0.67% | - |
| XYZ | 32.67 | 32.43 | 31.73 | - |
| YUV | 155.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 146 | 0 | 0.12 | 0.14 | 0.33 | 10 | 0.12 | 0.62 |
| Hex | AA | 96 | 92 | 0 | C | E | 21 | A | C | 3E |
| Octal | 252 | 226 | 222 | 0 | 14 | 16 | 41 | 12 | 14 | 76 |
| Binary | 10101010 | 10010110 | 10010010 | 0 | 1100 | 1110 | 100001 | 1010 | 1100 | 111110 |
Color Harmonies of #AA9692
Complementary color
Monochromatic Colors of #AA9692
Black with #AA9692
Text Example
Text Example
White with #AA9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9692; }
p { color: rgb(170,150,146); }
H1.HeaderClassName
{
color: #AA9692;
}
.AnyTagClassName
{
color: #AA9692;
}
</style>
background-color css
<style>
a { background-color: #AA9692; }
a { background-color: rgb(170,150,146); }
div.DivClassName
{
background-color: #AA9692;
}
.BgClassName
{
background-color: #AA9692;
}
</style>
border-color css
<style>
span { border-color: #AA9692; }
span { border-color: rgb(170,150,146); }
td.TdClassName
{
border-color: #AA9692;
}
.TagClassName
{
border-color: #AA9692;
}
</style>