Shades of Thatch #AA928A
Tints of Thatch #AA928A
RGB
CMYK
RGB Variations
Color information
#AA928A (or 0xAA928A) is known color: Thatch. HEX triplet: AA, 92 and 8A. RGB value is (170,146,138). Sum of RGB (Red+Green+Blue) = 170+146+138=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928A is #556D75. Grayscale: #989898. Windows color (decimal): -5598582 or 9081514. OLE color: 9081514.
HSL color Cylindrical-coordinate representation of color #AA928A: hue angle of 15º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA928A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 138 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.33 |
| HSL | 15º | 0.16% | 0.6% | - |
| HSV(B) | 15º | 0.19% | 0.67% | - |
| XYZ | 31.44 | 30.94 | 28.36 | - |
| YUV | 152.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 138 | 0 | 0.14 | 0.19 | 0.33 | 15 | 0.16 | 0.6 |
| Hex | AA | 92 | 8A | 0 | E | 13 | 21 | F | 10 | 3C |
| Octal | 252 | 222 | 212 | 0 | 16 | 23 | 41 | 17 | 20 | 74 |
| Binary | 10101010 | 10010010 | 10001010 | 0 | 1110 | 10011 | 100001 | 1111 | 10000 | 111100 |
Color Harmonies of #AA928A
Complementary color
Monochromatic Colors of #AA928A
Black with #AA928A
Text Example
Text Example
White with #AA928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA928A; }
p { color: rgb(170,146,138); }
H1.HeaderClassName
{
color: #AA928A;
}
.AnyTagClassName
{
color: #AA928A;
}
</style>
background-color css
<style>
a { background-color: #AA928A; }
a { background-color: rgb(170,146,138); }
div.DivClassName
{
background-color: #AA928A;
}
.BgClassName
{
background-color: #AA928A;
}
</style>
border-color css
<style>
span { border-color: #AA928A; }
span { border-color: rgb(170,146,138); }
td.TdClassName
{
border-color: #AA928A;
}
.TagClassName
{
border-color: #AA928A;
}
</style>