Shades of Thatch #AA938D
Tints of Thatch #AA938D
RGB
CMYK
RGB Variations
Color information
#AA938D (or 0xAA938D) is known color: Thatch. HEX triplet: AA, 93 and 8D. RGB value is (170,147,141). Sum of RGB (Red+Green+Blue) = 170+147+141=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938D is #556C72. Grayscale: #999999. Windows color (decimal): -5598323 or 9278378. OLE color: 9278378.
HSL color Cylindrical-coordinate representation of color #AA938D: hue angle of 12.41º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA938D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 141 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.33 |
| HSL | 12.41º | 0.15% | 0.61% | - |
| HSV(B) | 12.41º | 0.17% | 0.67% | - |
| XYZ | 31.82 | 31.34 | 29.57 | - |
| YUV | 153.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 141 | 0 | 0.14 | 0.17 | 0.33 | 12.41 | 0.15 | 0.61 |
| Hex | AA | 93 | 8D | 0 | E | 11 | 21 | C | F | 3D |
| Octal | 252 | 223 | 215 | 0 | 16 | 21 | 41 | 14 | 17 | 75 |
| Binary | 10101010 | 10010011 | 10001101 | 0 | 1110 | 10001 | 100001 | 1100 | 1111 | 111101 |
Color Harmonies of #AA938D
Complementary color
Monochromatic Colors of #AA938D
Black with #AA938D
Text Example
Text Example
White with #AA938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA938D; }
p { color: rgb(170,147,141); }
H1.HeaderClassName
{
color: #AA938D;
}
.AnyTagClassName
{
color: #AA938D;
}
</style>
background-color css
<style>
a { background-color: #AA938D; }
a { background-color: rgb(170,147,141); }
div.DivClassName
{
background-color: #AA938D;
}
.BgClassName
{
background-color: #AA938D;
}
</style>
border-color css
<style>
span { border-color: #AA938D; }
span { border-color: rgb(170,147,141); }
td.TdClassName
{
border-color: #AA938D;
}
.TagClassName
{
border-color: #AA938D;
}
</style>