Shades of Thatch #AA938F
Tints of Thatch #AA938F
RGB
CMYK
RGB Variations
Color information
#AA938F (or 0xAA938F) is known color: Thatch. HEX triplet: AA, 93 and 8F. RGB value is (170,147,143). Sum of RGB (Red+Green+Blue) = 170+147+143=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938F is #556C70. Grayscale: #999999. Windows color (decimal): -5598321 or 9409450. OLE color: 9409450.
HSL color Cylindrical-coordinate representation of color #AA938F: hue angle of 8.89º 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 #AA938F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 143 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.33 |
| HSL | 8.89º | 0.14% | 0.61% | - |
| HSV(B) | 8.89º | 0.16% | 0.67% | - |
| XYZ | 31.97 | 31.4 | 30.36 | - |
| YUV | 153.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 143 | 0 | 0.14 | 0.16 | 0.33 | 8.89 | 0.14 | 0.61 |
| Hex | AA | 93 | 8F | 0 | E | 10 | 21 | 9 | E | 3D |
| Octal | 252 | 223 | 217 | 0 | 16 | 20 | 41 | 11 | 16 | 75 |
| Binary | 10101010 | 10010011 | 10001111 | 0 | 1110 | 10000 | 100001 | 1001 | 1110 | 111101 |
Color Harmonies of #AA938F
Complementary color
Monochromatic Colors of #AA938F
Black with #AA938F
Text Example
Text Example
White with #AA938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA938F; }
p { color: rgb(170,147,143); }
H1.HeaderClassName
{
color: #AA938F;
}
.AnyTagClassName
{
color: #AA938F;
}
</style>
background-color css
<style>
a { background-color: #AA938F; }
a { background-color: rgb(170,147,143); }
div.DivClassName
{
background-color: #AA938F;
}
.BgClassName
{
background-color: #AA938F;
}
</style>
border-color css
<style>
span { border-color: #AA938F; }
span { border-color: rgb(170,147,143); }
td.TdClassName
{
border-color: #AA938F;
}
.TagClassName
{
border-color: #AA938F;
}
</style>