Shades of Thatch #AA948E
Tints of Thatch #AA948E
RGB
CMYK
RGB Variations
Color information
#AA948E (or 0xAA948E) is known color: Thatch. HEX triplet: AA, 94 and 8E. RGB value is (170,148,142). Sum of RGB (Red+Green+Blue) = 170+148+142=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948E is #556B71. Grayscale: #999999. Windows color (decimal): -5598066 or 9344170. OLE color: 9344170.
HSL color Cylindrical-coordinate representation of color #AA948E: hue angle of 12.86º 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 #AA948E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 142 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.33 |
| HSL | 12.86º | 0.14% | 0.61% | - |
| HSV(B) | 12.86º | 0.16% | 0.67% | - |
| XYZ | 32.05 | 31.68 | 30.02 | - |
| YUV | 153.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 142 | 0 | 0.13 | 0.16 | 0.33 | 12.86 | 0.14 | 0.61 |
| Hex | AA | 94 | 8E | 0 | D | 10 | 21 | D | E | 3D |
| Octal | 252 | 224 | 216 | 0 | 15 | 20 | 41 | 15 | 16 | 75 |
| Binary | 10101010 | 10010100 | 10001110 | 0 | 1101 | 10000 | 100001 | 1101 | 1110 | 111101 |
Color Harmonies of #AA948E
Complementary color
Monochromatic Colors of #AA948E
Black with #AA948E
Text Example
Text Example
White with #AA948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA948E; }
p { color: rgb(170,148,142); }
H1.HeaderClassName
{
color: #AA948E;
}
.AnyTagClassName
{
color: #AA948E;
}
</style>
background-color css
<style>
a { background-color: #AA948E; }
a { background-color: rgb(170,148,142); }
div.DivClassName
{
background-color: #AA948E;
}
.BgClassName
{
background-color: #AA948E;
}
</style>
border-color css
<style>
span { border-color: #AA948E; }
span { border-color: rgb(170,148,142); }
td.TdClassName
{
border-color: #AA948E;
}
.TagClassName
{
border-color: #AA948E;
}
</style>