Shades of Thatch #AA918D
Tints of Thatch #AA918D
RGB
CMYK
RGB Variations
Color information
#AA918D (or 0xAA918D) is known color: Thatch. HEX triplet: AA, 91 and 8D. RGB value is (170,145,141). Sum of RGB (Red+Green+Blue) = 170+145+141=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918D is #556E72. Grayscale: #989898. Windows color (decimal): -5598835 or 9277866. OLE color: 9277866.
HSL color Cylindrical-coordinate representation of color #AA918D: hue angle of 8.28º 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 #AA918D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 141 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.33 |
| HSL | 8.28º | 0.15% | 0.61% | - |
| HSV(B) | 8.28º | 0.17% | 0.67% | - |
| XYZ | 31.51 | 30.72 | 29.47 | - |
| YUV | 152.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 141 | 0 | 0.15 | 0.17 | 0.33 | 8.28 | 0.15 | 0.61 |
| Hex | AA | 91 | 8D | 0 | F | 11 | 21 | 8 | F | 3D |
| Octal | 252 | 221 | 215 | 0 | 17 | 21 | 41 | 10 | 17 | 75 |
| Binary | 10101010 | 10010001 | 10001101 | 0 | 1111 | 10001 | 100001 | 1000 | 1111 | 111101 |
Color Harmonies of #AA918D
Complementary color
Monochromatic Colors of #AA918D
Black with #AA918D
Text Example
Text Example
White with #AA918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA918D; }
p { color: rgb(170,145,141); }
H1.HeaderClassName
{
color: #AA918D;
}
.AnyTagClassName
{
color: #AA918D;
}
</style>
background-color css
<style>
a { background-color: #AA918D; }
a { background-color: rgb(170,145,141); }
div.DivClassName
{
background-color: #AA918D;
}
.BgClassName
{
background-color: #AA918D;
}
</style>
border-color css
<style>
span { border-color: #AA918D; }
span { border-color: rgb(170,145,141); }
td.TdClassName
{
border-color: #AA918D;
}
.TagClassName
{
border-color: #AA918D;
}
</style>