Shades of Thatch #AA8888
Tints of Thatch #AA8888
RGB
CMYK
RGB Variations
Color information
#AA8888 (or 0xAA8888) is known color: Thatch. HEX triplet: AA, 88 and 88. RGB value is (170,136,136). Sum of RGB (Red+Green+Blue) = 170+136+136=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8888 is #557777. Grayscale: #929292. Windows color (decimal): -5601144 or 8947882. OLE color: 8947882.
HSL color Cylindrical-coordinate representation of color #AA8888: hue angle of 0º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8888 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 136 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.33 |
| HSL | 0º | 0.17% | 0.6% | - |
| HSV(B) | 0º | 0.2% | 0.67% | - |
| XYZ | 29.83 | 27.93 | 27.11 | - |
| YUV | 146.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 136 | 0 | 0.20 | 0.20 | 0.33 | 0 | 0.17 | 0.6 |
| Hex | AA | 88 | 88 | 0 | 14 | 14 | 21 | 0 | 11 | 3C |
| Octal | 252 | 210 | 210 | 0 | 24 | 24 | 41 | 0 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10001000 | 0 | 10100 | 10100 | 100001 | 0 | 10001 | 111100 |
Color Harmonies of #AA8888
Complementary color
Monochromatic Colors of #AA8888
Black with #AA8888
Text Example
Text Example
White with #AA8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8888; }
p { color: rgb(170,136,136); }
H1.HeaderClassName
{
color: #AA8888;
}
.AnyTagClassName
{
color: #AA8888;
}
</style>
background-color css
<style>
a { background-color: #AA8888; }
a { background-color: rgb(170,136,136); }
div.DivClassName
{
background-color: #AA8888;
}
.BgClassName
{
background-color: #AA8888;
}
</style>
border-color css
<style>
span { border-color: #AA8888; }
span { border-color: rgb(170,136,136); }
td.TdClassName
{
border-color: #AA8888;
}
.TagClassName
{
border-color: #AA8888;
}
</style>