Shades of Thatch #AA9C99
Tints of Thatch #AA9C99
RGB
CMYK
RGB Variations
Color information
#AA9C99 (or 0xAA9C99) is known color: Thatch. HEX triplet: AA, 9C and 99. RGB value is (170,156,153). Sum of RGB (Red+Green+Blue) = 170+156+153=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C99 is #556366. Grayscale: #9F9F9F. Windows color (decimal): -5596007 or 10067114. OLE color: 10067114.
HSL color Cylindrical-coordinate representation of color #AA9C99: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9C99 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 153 | - |
| CMYK | 0 | 0.08 | 0.1 | 0.33 |
| HSL | 10.59º | 0.09% | 0.63% | - |
| HSV(B) | 10.59º | 0.1% | 0.67% | - |
| XYZ | 34.22 | 34.62 | 35.02 | - |
| YUV | 159.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 153 | 0 | 0.08 | 0.1 | 0.33 | 10.59 | 0.09 | 0.63 |
| Hex | AA | 9C | 99 | 0 | 8 | A | 21 | B | 9 | 3F |
| Octal | 252 | 234 | 231 | 0 | 10 | 12 | 41 | 13 | 11 | 77 |
| Binary | 10101010 | 10011100 | 10011001 | 0 | 1000 | 1010 | 100001 | 1011 | 1001 | 111111 |
Color Harmonies of #AA9C99
Complementary color
Monochromatic Colors of #AA9C99
Black with #AA9C99
Text Example
Text Example
White with #AA9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C99; }
p { color: rgb(170,156,153); }
H1.HeaderClassName
{
color: #AA9C99;
}
.AnyTagClassName
{
color: #AA9C99;
}
</style>
background-color css
<style>
a { background-color: #AA9C99; }
a { background-color: rgb(170,156,153); }
div.DivClassName
{
background-color: #AA9C99;
}
.BgClassName
{
background-color: #AA9C99;
}
</style>
border-color css
<style>
span { border-color: #AA9C99; }
span { border-color: rgb(170,156,153); }
td.TdClassName
{
border-color: #AA9C99;
}
.TagClassName
{
border-color: #AA9C99;
}
</style>