Shades of Thatch #AA8B84
Tints of Thatch #AA8B84
RGB
CMYK
RGB Variations
Color information
#AA8B84 (or 0xAA8B84) is known color: Thatch. HEX triplet: AA, 8B and 84. RGB value is (170,139,132). Sum of RGB (Red+Green+Blue) = 170+139+132=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B84 is #55747B. Grayscale: #939393. Windows color (decimal): -5600380 or 8686506. OLE color: 8686506.
HSL color Cylindrical-coordinate representation of color #AA8B84: hue angle of 11.05º 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 #AA8B84 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 132 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.33 |
| HSL | 11.05º | 0.18% | 0.59% | - |
| HSV(B) | 11.05º | 0.22% | 0.67% | - |
| XYZ | 29.98 | 28.68 | 25.79 | - |
| YUV | 147.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 132 | 0 | 0.18 | 0.22 | 0.33 | 11.05 | 0.18 | 0.59 |
| Hex | AA | 8B | 84 | 0 | 12 | 16 | 21 | B | 12 | 3B |
| Octal | 252 | 213 | 204 | 0 | 22 | 26 | 41 | 13 | 22 | 73 |
| Binary | 10101010 | 10001011 | 10000100 | 0 | 10010 | 10110 | 100001 | 1011 | 10010 | 111011 |
Color Harmonies of #AA8B84
Complementary color
Monochromatic Colors of #AA8B84
Black with #AA8B84
Text Example
Text Example
White with #AA8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B84; }
p { color: rgb(170,139,132); }
H1.HeaderClassName
{
color: #AA8B84;
}
.AnyTagClassName
{
color: #AA8B84;
}
</style>
background-color css
<style>
a { background-color: #AA8B84; }
a { background-color: rgb(170,139,132); }
div.DivClassName
{
background-color: #AA8B84;
}
.BgClassName
{
background-color: #AA8B84;
}
</style>
border-color css
<style>
span { border-color: #AA8B84; }
span { border-color: rgb(170,139,132); }
td.TdClassName
{
border-color: #AA8B84;
}
.TagClassName
{
border-color: #AA8B84;
}
</style>