Shades of Teak #AA8D5E
Tints of Teak #AA8D5E
RGB
CMYK
RGB Variations
Color information
#AA8D5E (or 0xAA8D5E) is known color: Teak. HEX triplet: AA, 8D and 5E. RGB value is (170,141,94). Sum of RGB (Red+Green+Blue) = 170+141+94=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5E is #5572A1. Grayscale: #909090. Windows color (decimal): -5599906 or 6196650. OLE color: 6196650.
HSL color Cylindrical-coordinate representation of color #AA8D5E: hue angle of 37.11º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8D5E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 94 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.33 |
| HSL | 37.11º | 0.31% | 0.52% | - |
| HSV(B) | 37.11º | 0.45% | 0.67% | - |
| XYZ | 28.12 | 28.4 | 14.59 | - |
| YUV | 144.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 94 | 0 | 0.17 | 0.45 | 0.33 | 37.11 | 0.31 | 0.52 |
| Hex | AA | 8D | 5E | 0 | 11 | 2D | 21 | 25 | 1F | 34 |
| Octal | 252 | 215 | 136 | 0 | 21 | 55 | 41 | 45 | 37 | 64 |
| Binary | 10101010 | 10001101 | 1011110 | 0 | 10001 | 101101 | 100001 | 100101 | 11111 | 110100 |
Color Harmonies of #AA8D5E
Complementary color
Monochromatic Colors of #AA8D5E
Black with #AA8D5E
Text Example
Text Example
White with #AA8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D5E; }
p { color: rgb(170,141,94); }
H1.HeaderClassName
{
color: #AA8D5E;
}
.AnyTagClassName
{
color: #AA8D5E;
}
</style>
background-color css
<style>
a { background-color: #AA8D5E; }
a { background-color: rgb(170,141,94); }
div.DivClassName
{
background-color: #AA8D5E;
}
.BgClassName
{
background-color: #AA8D5E;
}
</style>
border-color css
<style>
span { border-color: #AA8D5E; }
span { border-color: rgb(170,141,94); }
td.TdClassName
{
border-color: #AA8D5E;
}
.TagClassName
{
border-color: #AA8D5E;
}
</style>