Shades of Thatch #AA8F8A
Tints of Thatch #AA8F8A
RGB
CMYK
RGB Variations
Color information
#AA8F8A (or 0xAA8F8A) is known color: Thatch. HEX triplet: AA, 8F and 8A. RGB value is (170,143,138). Sum of RGB (Red+Green+Blue) = 170+143+138=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F8A is #557075. Grayscale: #969696. Windows color (decimal): -5599350 or 9080746. OLE color: 9080746.
HSL color Cylindrical-coordinate representation of color #AA8F8A: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8F8A is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 138 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 9.38º | 0.16% | 0.6% | - |
| HSV(B) | 9.38º | 0.19% | 0.67% | - |
| XYZ | 30.99 | 30.03 | 28.21 | - |
| YUV | 150.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 138 | 0 | 0.16 | 0.19 | 0.33 | 9.38 | 0.16 | 0.6 |
| Hex | AA | 8F | 8A | 0 | 10 | 13 | 21 | 9 | 10 | 3C |
| Octal | 252 | 217 | 212 | 0 | 20 | 23 | 41 | 11 | 20 | 74 |
| Binary | 10101010 | 10001111 | 10001010 | 0 | 10000 | 10011 | 100001 | 1001 | 10000 | 111100 |
Color Harmonies of #AA8F8A
Complementary color
Monochromatic Colors of #AA8F8A
Black with #AA8F8A
Text Example
Text Example
White with #AA8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F8A; }
p { color: rgb(170,143,138); }
H1.HeaderClassName
{
color: #AA8F8A;
}
.AnyTagClassName
{
color: #AA8F8A;
}
</style>
background-color css
<style>
a { background-color: #AA8F8A; }
a { background-color: rgb(170,143,138); }
div.DivClassName
{
background-color: #AA8F8A;
}
.BgClassName
{
background-color: #AA8F8A;
}
</style>
border-color css
<style>
span { border-color: #AA8F8A; }
span { border-color: rgb(170,143,138); }
td.TdClassName
{
border-color: #AA8F8A;
}
.TagClassName
{
border-color: #AA8F8A;
}
</style>