Shades of Thatch #AA8A84
Tints of Thatch #AA8A84
RGB
CMYK
RGB Variations
Color information
#AA8A84 (or 0xAA8A84) is known color: Thatch. HEX triplet: AA, 8A and 84. RGB value is (170,138,132). Sum of RGB (Red+Green+Blue) = 170+138+132=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A84 is #55757B. Grayscale: #929292. Windows color (decimal): -5600636 or 8686250. OLE color: 8686250.
HSL color Cylindrical-coordinate representation of color #AA8A84: hue angle of 9.47º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8A84 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 132 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.33 |
| HSL | 9.47º | 0.18% | 0.59% | - |
| HSV(B) | 9.47º | 0.22% | 0.67% | - |
| XYZ | 29.83 | 28.39 | 25.74 | - |
| YUV | 146.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 132 | 0 | 0.19 | 0.22 | 0.33 | 9.47 | 0.18 | 0.59 |
| Hex | AA | 8A | 84 | 0 | 13 | 16 | 21 | 9 | 12 | 3B |
| Octal | 252 | 212 | 204 | 0 | 23 | 26 | 41 | 11 | 22 | 73 |
| Binary | 10101010 | 10001010 | 10000100 | 0 | 10011 | 10110 | 100001 | 1001 | 10010 | 111011 |
Color Harmonies of #AA8A84
Complementary color
Monochromatic Colors of #AA8A84
Black with #AA8A84
Text Example
Text Example
White with #AA8A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A84; }
p { color: rgb(170,138,132); }
H1.HeaderClassName
{
color: #AA8A84;
}
.AnyTagClassName
{
color: #AA8A84;
}
</style>
background-color css
<style>
a { background-color: #AA8A84; }
a { background-color: rgb(170,138,132); }
div.DivClassName
{
background-color: #AA8A84;
}
.BgClassName
{
background-color: #AA8A84;
}
</style>
border-color css
<style>
span { border-color: #AA8A84; }
span { border-color: rgb(170,138,132); }
td.TdClassName
{
border-color: #AA8A84;
}
.TagClassName
{
border-color: #AA8A84;
}
</style>