Shades of Thatch #AA9C98
Tints of Thatch #AA9C98
RGB
CMYK
RGB Variations
Color information
#AA9C98 (or 0xAA9C98) is known color: Thatch. HEX triplet: AA, 9C and 98. RGB value is (170,156,152). Sum of RGB (Red+Green+Blue) = 170+156+152=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C98 is #556367. Grayscale: #9F9F9F. Windows color (decimal): -5596008 or 10001578. OLE color: 10001578.
HSL color Cylindrical-coordinate representation of color #AA9C98: hue angle of 13.33º 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 #AA9C98 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 152 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.33 |
| HSL | 13.33º | 0.1% | 0.63% | - |
| HSV(B) | 13.33º | 0.11% | 0.67% | - |
| XYZ | 34.13 | 34.59 | 34.58 | - |
| YUV | 159.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 152 | 0 | 0.08 | 0.11 | 0.33 | 13.33 | 0.1 | 0.63 |
| Hex | AA | 9C | 98 | 0 | 8 | B | 21 | D | A | 3F |
| Octal | 252 | 234 | 230 | 0 | 10 | 13 | 41 | 15 | 12 | 77 |
| Binary | 10101010 | 10011100 | 10011000 | 0 | 1000 | 1011 | 100001 | 1101 | 1010 | 111111 |
Color Harmonies of #AA9C98
Complementary color
Monochromatic Colors of #AA9C98
Black with #AA9C98
Text Example
Text Example
White with #AA9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C98; }
p { color: rgb(170,156,152); }
H1.HeaderClassName
{
color: #AA9C98;
}
.AnyTagClassName
{
color: #AA9C98;
}
</style>
background-color css
<style>
a { background-color: #AA9C98; }
a { background-color: rgb(170,156,152); }
div.DivClassName
{
background-color: #AA9C98;
}
.BgClassName
{
background-color: #AA9C98;
}
</style>
border-color css
<style>
span { border-color: #AA9C98; }
span { border-color: rgb(170,156,152); }
td.TdClassName
{
border-color: #AA9C98;
}
.TagClassName
{
border-color: #AA9C98;
}
</style>