Shades of Teak #AA885E
Tints of Teak #AA885E
RGB
CMYK
RGB Variations
Color information
#AA885E (or 0xAA885E) is known color: Teak. HEX triplet: AA, 88 and 5E. RGB value is (170,136,94). Sum of RGB (Red+Green+Blue) = 170+136+94=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA885E is #5577A1. Grayscale: #8D8D8D. Windows color (decimal): -5601186 or 6195370. OLE color: 6195370.
HSL color Cylindrical-coordinate representation of color #AA885E: hue angle of 33.16º 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 #AA885E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 94 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.33 |
| HSL | 33.16º | 0.31% | 0.52% | - |
| HSV(B) | 33.16º | 0.45% | 0.67% | - |
| XYZ | 27.4 | 26.96 | 14.35 | - |
| YUV | 141.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 94 | 0 | 0.20 | 0.45 | 0.33 | 33.16 | 0.31 | 0.52 |
| Hex | AA | 88 | 5E | 0 | 14 | 2D | 21 | 21 | 1F | 34 |
| Octal | 252 | 210 | 136 | 0 | 24 | 55 | 41 | 41 | 37 | 64 |
| Binary | 10101010 | 10001000 | 1011110 | 0 | 10100 | 101101 | 100001 | 100001 | 11111 | 110100 |
Color Harmonies of #AA885E
Complementary color
Monochromatic Colors of #AA885E
Black with #AA885E
Text Example
Text Example
White with #AA885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA885E; }
p { color: rgb(170,136,94); }
H1.HeaderClassName
{
color: #AA885E;
}
.AnyTagClassName
{
color: #AA885E;
}
</style>
background-color css
<style>
a { background-color: #AA885E; }
a { background-color: rgb(170,136,94); }
div.DivClassName
{
background-color: #AA885E;
}
.BgClassName
{
background-color: #AA885E;
}
</style>
border-color css
<style>
span { border-color: #AA885E; }
span { border-color: rgb(170,136,94); }
td.TdClassName
{
border-color: #AA885E;
}
.TagClassName
{
border-color: #AA885E;
}
</style>