Shades of Thatch #AA9694
Tints of Thatch #AA9694
RGB
CMYK
RGB Variations
Color information
#AA9694 (or 0xAA9694) is known color: Thatch. HEX triplet: AA, 96 and 94. RGB value is (170,150,148). Sum of RGB (Red+Green+Blue) = 170+150+148=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9694 is #55696B. Grayscale: #9B9B9B. Windows color (decimal): -5597548 or 9737898. OLE color: 9737898.
HSL color Cylindrical-coordinate representation of color #AA9694: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9694 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 148 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.33 |
| HSL | 5.45º | 0.11% | 0.62% | - |
| HSV(B) | 5.45º | 0.13% | 0.67% | - |
| XYZ | 32.83 | 32.5 | 32.56 | - |
| YUV | 155.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 148 | 0 | 0.12 | 0.13 | 0.33 | 5.45 | 0.11 | 0.62 |
| Hex | AA | 96 | 94 | 0 | C | D | 21 | 5 | B | 3E |
| Octal | 252 | 226 | 224 | 0 | 14 | 15 | 41 | 5 | 13 | 76 |
| Binary | 10101010 | 10010110 | 10010100 | 0 | 1100 | 1101 | 100001 | 101 | 1011 | 111110 |
Color Harmonies of #AA9694
Complementary color
Monochromatic Colors of #AA9694
Black with #AA9694
Text Example
Text Example
White with #AA9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9694; }
p { color: rgb(170,150,148); }
H1.HeaderClassName
{
color: #AA9694;
}
.AnyTagClassName
{
color: #AA9694;
}
</style>
background-color css
<style>
a { background-color: #AA9694; }
a { background-color: rgb(170,150,148); }
div.DivClassName
{
background-color: #AA9694;
}
.BgClassName
{
background-color: #AA9694;
}
</style>
border-color css
<style>
span { border-color: #AA9694; }
span { border-color: rgb(170,150,148); }
td.TdClassName
{
border-color: #AA9694;
}
.TagClassName
{
border-color: #AA9694;
}
</style>