Shades of Thatch #AA948D
Tints of Thatch #AA948D
RGB
CMYK
RGB Variations
Color information
#AA948D (or 0xAA948D) is known color: Thatch. HEX triplet: AA, 94 and 8D. RGB value is (170,148,141). Sum of RGB (Red+Green+Blue) = 170+148+141=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948D is #556B72. Grayscale: #999999. Windows color (decimal): -5598067 or 9278634. OLE color: 9278634.
HSL color Cylindrical-coordinate representation of color #AA948D: hue angle of 14.48º 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 #AA948D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 141 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.33 |
| HSL | 14.48º | 0.15% | 0.61% | - |
| HSV(B) | 14.48º | 0.17% | 0.67% | - |
| XYZ | 31.98 | 31.65 | 29.62 | - |
| YUV | 153.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 141 | 0 | 0.13 | 0.17 | 0.33 | 14.48 | 0.15 | 0.61 |
| Hex | AA | 94 | 8D | 0 | D | 11 | 21 | E | F | 3D |
| Octal | 252 | 224 | 215 | 0 | 15 | 21 | 41 | 16 | 17 | 75 |
| Binary | 10101010 | 10010100 | 10001101 | 0 | 1101 | 10001 | 100001 | 1110 | 1111 | 111101 |
Color Harmonies of #AA948D
Complementary color
Monochromatic Colors of #AA948D
Black with #AA948D
Text Example
Text Example
White with #AA948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA948D; }
p { color: rgb(170,148,141); }
H1.HeaderClassName
{
color: #AA948D;
}
.AnyTagClassName
{
color: #AA948D;
}
</style>
background-color css
<style>
a { background-color: #AA948D; }
a { background-color: rgb(170,148,141); }
div.DivClassName
{
background-color: #AA948D;
}
.BgClassName
{
background-color: #AA948D;
}
</style>
border-color css
<style>
span { border-color: #AA948D; }
span { border-color: rgb(170,148,141); }
td.TdClassName
{
border-color: #AA948D;
}
.TagClassName
{
border-color: #AA948D;
}
</style>