Shades of Teak #AA9156
Tints of Teak #AA9156
RGB
CMYK
RGB Variations
Color information
#AA9156 (or 0xAA9156) is known color: Teak. HEX triplet: AA, 91 and 56. RGB value is (170,145,86). Sum of RGB (Red+Green+Blue) = 170+145+86=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9156 is #556EA9. Grayscale: #929292. Windows color (decimal): -5598890 or 5673386. OLE color: 5673386.
HSL color Cylindrical-coordinate representation of color #AA9156: hue angle of 42.14º 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 #AA9156 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 86 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.33 |
| HSL | 42.14º | 0.33% | 0.5% | - |
| HSV(B) | 42.14º | 0.49% | 0.67% | - |
| XYZ | 28.38 | 29.47 | 13 | - |
| YUV | 145.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 86 | 0 | 0.15 | 0.49 | 0.33 | 42.14 | 0.33 | 0.5 |
| Hex | AA | 91 | 56 | 0 | F | 31 | 21 | 2A | 21 | 32 |
| Octal | 252 | 221 | 126 | 0 | 17 | 61 | 41 | 52 | 41 | 62 |
| Binary | 10101010 | 10010001 | 1010110 | 0 | 1111 | 110001 | 100001 | 101010 | 100001 | 110010 |
Color Harmonies of #AA9156
Complementary color
Monochromatic Colors of #AA9156
Black with #AA9156
Text Example
Text Example
White with #AA9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9156; }
p { color: rgb(170,145,86); }
H1.HeaderClassName
{
color: #AA9156;
}
.AnyTagClassName
{
color: #AA9156;
}
</style>
background-color css
<style>
a { background-color: #AA9156; }
a { background-color: rgb(170,145,86); }
div.DivClassName
{
background-color: #AA9156;
}
.BgClassName
{
background-color: #AA9156;
}
</style>
border-color css
<style>
span { border-color: #AA9156; }
span { border-color: rgb(170,145,86); }
td.TdClassName
{
border-color: #AA9156;
}
.TagClassName
{
border-color: #AA9156;
}
</style>