Shades of Thatch #AA9894
Tints of Thatch #AA9894
RGB
CMYK
RGB Variations
Color information
#AA9894 (or 0xAA9894) is known color: Thatch. HEX triplet: AA, 98 and 94. RGB value is (170,152,148). Sum of RGB (Red+Green+Blue) = 170+152+148=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9894 is #55676B. Grayscale: #9C9C9C. Windows color (decimal): -5597036 or 9738410. OLE color: 9738410.
HSL color Cylindrical-coordinate representation of color #AA9894: hue angle of 10.91º 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 #AA9894 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 148 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.33 |
| HSL | 10.91º | 0.11% | 0.62% | - |
| HSV(B) | 10.91º | 0.13% | 0.67% | - |
| XYZ | 33.15 | 33.14 | 32.67 | - |
| YUV | 156.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 148 | 0 | 0.11 | 0.13 | 0.33 | 10.91 | 0.11 | 0.62 |
| Hex | AA | 98 | 94 | 0 | B | D | 21 | B | B | 3E |
| Octal | 252 | 230 | 224 | 0 | 13 | 15 | 41 | 13 | 13 | 76 |
| Binary | 10101010 | 10011000 | 10010100 | 0 | 1011 | 1101 | 100001 | 1011 | 1011 | 111110 |
Color Harmonies of #AA9894
Complementary color
Monochromatic Colors of #AA9894
Black with #AA9894
Text Example
Text Example
White with #AA9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9894; }
p { color: rgb(170,152,148); }
H1.HeaderClassName
{
color: #AA9894;
}
.AnyTagClassName
{
color: #AA9894;
}
</style>
background-color css
<style>
a { background-color: #AA9894; }
a { background-color: rgb(170,152,148); }
div.DivClassName
{
background-color: #AA9894;
}
.BgClassName
{
background-color: #AA9894;
}
</style>
border-color css
<style>
span { border-color: #AA9894; }
span { border-color: rgb(170,152,148); }
td.TdClassName
{
border-color: #AA9894;
}
.TagClassName
{
border-color: #AA9894;
}
</style>