Shades of Teak #AA885A
Tints of Teak #AA885A
RGB
CMYK
RGB Variations
Color information
#AA885A (or 0xAA885A) is known color: Teak. HEX triplet: AA, 88 and 5A. RGB value is (170,136,90). Sum of RGB (Red+Green+Blue) = 170+136+90=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA885A is #5577A5. Grayscale: #8D8D8D. Windows color (decimal): -5601190 or 5933226. OLE color: 5933226.
HSL color Cylindrical-coordinate representation of color #AA885A: hue angle of 34.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA885A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 90 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.33 |
| HSL | 34.5º | 0.32% | 0.51% | - |
| HSV(B) | 34.5º | 0.47% | 0.67% | - |
| XYZ | 27.23 | 26.89 | 13.43 | - |
| YUV | 140.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 90 | 0 | 0.20 | 0.47 | 0.33 | 34.5 | 0.32 | 0.51 |
| Hex | AA | 88 | 5A | 0 | 14 | 2F | 21 | 22 | 20 | 33 |
| Octal | 252 | 210 | 132 | 0 | 24 | 57 | 41 | 42 | 40 | 63 |
| Binary | 10101010 | 10001000 | 1011010 | 0 | 10100 | 101111 | 100001 | 100010 | 100000 | 110011 |
Color Harmonies of #AA885A
Complementary color
Monochromatic Colors of #AA885A
Black with #AA885A
Text Example
Text Example
White with #AA885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA885A; }
p { color: rgb(170,136,90); }
H1.HeaderClassName
{
color: #AA885A;
}
.AnyTagClassName
{
color: #AA885A;
}
</style>
background-color css
<style>
a { background-color: #AA885A; }
a { background-color: rgb(170,136,90); }
div.DivClassName
{
background-color: #AA885A;
}
.BgClassName
{
background-color: #AA885A;
}
</style>
border-color css
<style>
span { border-color: #AA885A; }
span { border-color: rgb(170,136,90); }
td.TdClassName
{
border-color: #AA885A;
}
.TagClassName
{
border-color: #AA885A;
}
</style>