Shades of Thatch #AA938E
Tints of Thatch #AA938E
RGB
CMYK
RGB Variations
Color information
#AA938E (or 0xAA938E) is known color: Thatch. HEX triplet: AA, 93 and 8E. RGB value is (170,147,142). Sum of RGB (Red+Green+Blue) = 170+147+142=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938E is #556C71. Grayscale: #999999. Windows color (decimal): -5598322 or 9343914. OLE color: 9343914.
HSL color Cylindrical-coordinate representation of color #AA938E: hue angle of 10.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA938E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 142 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.33 |
| HSL | 10.71º | 0.14% | 0.61% | - |
| HSV(B) | 10.71º | 0.16% | 0.67% | - |
| XYZ | 31.89 | 31.37 | 29.96 | - |
| YUV | 153.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 142 | 0 | 0.14 | 0.16 | 0.33 | 10.71 | 0.14 | 0.61 |
| Hex | AA | 93 | 8E | 0 | E | 10 | 21 | B | E | 3D |
| Octal | 252 | 223 | 216 | 0 | 16 | 20 | 41 | 13 | 16 | 75 |
| Binary | 10101010 | 10010011 | 10001110 | 0 | 1110 | 10000 | 100001 | 1011 | 1110 | 111101 |
Color Harmonies of #AA938E
Complementary color
Monochromatic Colors of #AA938E
Black with #AA938E
Text Example
Text Example
White with #AA938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA938E; }
p { color: rgb(170,147,142); }
H1.HeaderClassName
{
color: #AA938E;
}
.AnyTagClassName
{
color: #AA938E;
}
</style>
background-color css
<style>
a { background-color: #AA938E; }
a { background-color: rgb(170,147,142); }
div.DivClassName
{
background-color: #AA938E;
}
.BgClassName
{
background-color: #AA938E;
}
</style>
border-color css
<style>
span { border-color: #AA938E; }
span { border-color: rgb(170,147,142); }
td.TdClassName
{
border-color: #AA938E;
}
.TagClassName
{
border-color: #AA938E;
}
</style>