Shades of Thatch #AA918C
Tints of Thatch #AA918C
RGB
CMYK
RGB Variations
Color information
#AA918C (or 0xAA918C) is known color: Thatch. HEX triplet: AA, 91 and 8C. RGB value is (170,145,140). Sum of RGB (Red+Green+Blue) = 170+145+140=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918C is #556E73. Grayscale: #979797. Windows color (decimal): -5598836 or 9212330. OLE color: 9212330.
HSL color Cylindrical-coordinate representation of color #AA918C: hue angle of 10º 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 #AA918C is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 140 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.33 |
| HSL | 10º | 0.15% | 0.61% | - |
| HSV(B) | 10º | 0.18% | 0.67% | - |
| XYZ | 31.44 | 30.69 | 29.08 | - |
| YUV | 151.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 140 | 0 | 0.15 | 0.18 | 0.33 | 10 | 0.15 | 0.61 |
| Hex | AA | 91 | 8C | 0 | F | 12 | 21 | A | F | 3D |
| Octal | 252 | 221 | 214 | 0 | 17 | 22 | 41 | 12 | 17 | 75 |
| Binary | 10101010 | 10010001 | 10001100 | 0 | 1111 | 10010 | 100001 | 1010 | 1111 | 111101 |
Color Harmonies of #AA918C
Complementary color
Monochromatic Colors of #AA918C
Black with #AA918C
Text Example
Text Example
White with #AA918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA918C; }
p { color: rgb(170,145,140); }
H1.HeaderClassName
{
color: #AA918C;
}
.AnyTagClassName
{
color: #AA918C;
}
</style>
background-color css
<style>
a { background-color: #AA918C; }
a { background-color: rgb(170,145,140); }
div.DivClassName
{
background-color: #AA918C;
}
.BgClassName
{
background-color: #AA918C;
}
</style>
border-color css
<style>
span { border-color: #AA918C; }
span { border-color: rgb(170,145,140); }
td.TdClassName
{
border-color: #AA918C;
}
.TagClassName
{
border-color: #AA918C;
}
</style>