Shades of Thatch #AA938B
Tints of Thatch #AA938B
RGB
CMYK
RGB Variations
Color information
#AA938B (or 0xAA938B) is known color: Thatch. HEX triplet: AA, 93 and 8B. RGB value is (170,147,139). Sum of RGB (Red+Green+Blue) = 170+147+139=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938B is #556C74. Grayscale: #999999. Windows color (decimal): -5598325 or 9147306. OLE color: 9147306.
HSL color Cylindrical-coordinate representation of color #AA938B: hue angle of 15.48º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA938B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 139 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.33 |
| HSL | 15.48º | 0.15% | 0.61% | - |
| HSV(B) | 15.48º | 0.18% | 0.67% | - |
| XYZ | 31.67 | 31.28 | 28.79 | - |
| YUV | 152.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 139 | 0 | 0.14 | 0.18 | 0.33 | 15.48 | 0.15 | 0.61 |
| Hex | AA | 93 | 8B | 0 | E | 12 | 21 | F | F | 3D |
| Octal | 252 | 223 | 213 | 0 | 16 | 22 | 41 | 17 | 17 | 75 |
| Binary | 10101010 | 10010011 | 10001011 | 0 | 1110 | 10010 | 100001 | 1111 | 1111 | 111101 |
Color Harmonies of #AA938B
Complementary color
Monochromatic Colors of #AA938B
Black with #AA938B
Text Example
Text Example
White with #AA938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA938B; }
p { color: rgb(170,147,139); }
H1.HeaderClassName
{
color: #AA938B;
}
.AnyTagClassName
{
color: #AA938B;
}
</style>
background-color css
<style>
a { background-color: #AA938B; }
a { background-color: rgb(170,147,139); }
div.DivClassName
{
background-color: #AA938B;
}
.BgClassName
{
background-color: #AA938B;
}
</style>
border-color css
<style>
span { border-color: #AA938B; }
span { border-color: rgb(170,147,139); }
td.TdClassName
{
border-color: #AA938B;
}
.TagClassName
{
border-color: #AA938B;
}
</style>