Shades of Thatch #AA8B8B
Tints of Thatch #AA8B8B
RGB
CMYK
RGB Variations
Color information
#AA8B8B (or 0xAA8B8B) is known color: Thatch. HEX triplet: AA, 8B and 8B. RGB value is (170,139,139). Sum of RGB (Red+Green+Blue) = 170+139+139=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B8B is #557474. Grayscale: #949494. Windows color (decimal): -5600373 or 9145258. OLE color: 9145258.
HSL color Cylindrical-coordinate representation of color #AA8B8B: hue angle of 0º 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 #AA8B8B is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 139 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.33 |
| HSL | 0º | 0.15% | 0.61% | - |
| HSV(B) | 0º | 0.18% | 0.67% | - |
| XYZ | 30.47 | 28.88 | 28.39 | - |
| YUV | 148.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 139 | 0 | 0.18 | 0.18 | 0.33 | 0 | 0.15 | 0.61 |
| Hex | AA | 8B | 8B | 0 | 12 | 12 | 21 | 0 | F | 3D |
| Octal | 252 | 213 | 213 | 0 | 22 | 22 | 41 | 0 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10001011 | 0 | 10010 | 10010 | 100001 | 0 | 1111 | 111101 |
Color Harmonies of #AA8B8B
Complementary color
Monochromatic Colors of #AA8B8B
Black with #AA8B8B
Text Example
Text Example
White with #AA8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B8B; }
p { color: rgb(170,139,139); }
H1.HeaderClassName
{
color: #AA8B8B;
}
.AnyTagClassName
{
color: #AA8B8B;
}
</style>
background-color css
<style>
a { background-color: #AA8B8B; }
a { background-color: rgb(170,139,139); }
div.DivClassName
{
background-color: #AA8B8B;
}
.BgClassName
{
background-color: #AA8B8B;
}
</style>
border-color css
<style>
span { border-color: #AA8B8B; }
span { border-color: rgb(170,139,139); }
td.TdClassName
{
border-color: #AA8B8B;
}
.TagClassName
{
border-color: #AA8B8B;
}
</style>