Shades of Teak #AA8E56
Tints of Teak #AA8E56
RGB
CMYK
RGB Variations
Color information
#AA8E56 (or 0xAA8E56) is known color: Teak. HEX triplet: AA, 8E and 56. RGB value is (170,142,86). Sum of RGB (Red+Green+Blue) = 170+142+86=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E56 is #5571A9. Grayscale: #909090. Windows color (decimal): -5599658 or 5672618. OLE color: 5672618.
HSL color Cylindrical-coordinate representation of color #AA8E56: hue angle of 40º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8E56 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 86 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.33 |
| HSL | 40º | 0.33% | 0.5% | - |
| HSV(B) | 40º | 0.49% | 0.67% | - |
| XYZ | 27.93 | 28.56 | 12.85 | - |
| YUV | 143.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 86 | 0 | 0.16 | 0.49 | 0.33 | 40 | 0.33 | 0.5 |
| Hex | AA | 8E | 56 | 0 | 10 | 31 | 21 | 28 | 21 | 32 |
| Octal | 252 | 216 | 126 | 0 | 20 | 61 | 41 | 50 | 41 | 62 |
| Binary | 10101010 | 10001110 | 1010110 | 0 | 10000 | 110001 | 100001 | 101000 | 100001 | 110010 |
Color Harmonies of #AA8E56
Complementary color
Monochromatic Colors of #AA8E56
Black with #AA8E56
Text Example
Text Example
White with #AA8E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E56; }
p { color: rgb(170,142,86); }
H1.HeaderClassName
{
color: #AA8E56;
}
.AnyTagClassName
{
color: #AA8E56;
}
</style>
background-color css
<style>
a { background-color: #AA8E56; }
a { background-color: rgb(170,142,86); }
div.DivClassName
{
background-color: #AA8E56;
}
.BgClassName
{
background-color: #AA8E56;
}
</style>
border-color css
<style>
span { border-color: #AA8E56; }
span { border-color: rgb(170,142,86); }
td.TdClassName
{
border-color: #AA8E56;
}
.TagClassName
{
border-color: #AA8E56;
}
</style>