Shades of Thatch #AA9B98
Tints of Thatch #AA9B98
RGB
CMYK
RGB Variations
Color information
#AA9B98 (or 0xAA9B98) is known color: Thatch. HEX triplet: AA, 9B and 98. RGB value is (170,155,152). Sum of RGB (Red+Green+Blue) = 170+155+152=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B98 is #556467. Grayscale: #9F9F9F. Windows color (decimal): -5596264 or 10001322. OLE color: 10001322.
HSL color Cylindrical-coordinate representation of color #AA9B98: hue angle of 10º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9B98 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 152 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.33 |
| HSL | 10º | 0.1% | 0.63% | - |
| HSV(B) | 10º | 0.11% | 0.67% | - |
| XYZ | 33.97 | 34.26 | 34.53 | - |
| YUV | 159.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 152 | 0 | 0.09 | 0.11 | 0.33 | 10 | 0.1 | 0.63 |
| Hex | AA | 9B | 98 | 0 | 9 | B | 21 | A | A | 3F |
| Octal | 252 | 233 | 230 | 0 | 11 | 13 | 41 | 12 | 12 | 77 |
| Binary | 10101010 | 10011011 | 10011000 | 0 | 1001 | 1011 | 100001 | 1010 | 1010 | 111111 |
Color Harmonies of #AA9B98
Complementary color
Monochromatic Colors of #AA9B98
Black with #AA9B98
Text Example
Text Example
White with #AA9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B98; }
p { color: rgb(170,155,152); }
H1.HeaderClassName
{
color: #AA9B98;
}
.AnyTagClassName
{
color: #AA9B98;
}
</style>
background-color css
<style>
a { background-color: #AA9B98; }
a { background-color: rgb(170,155,152); }
div.DivClassName
{
background-color: #AA9B98;
}
.BgClassName
{
background-color: #AA9B98;
}
</style>
border-color css
<style>
span { border-color: #AA9B98; }
span { border-color: rgb(170,155,152); }
td.TdClassName
{
border-color: #AA9B98;
}
.TagClassName
{
border-color: #AA9B98;
}
</style>