Shades of Teak #AA9054
Tints of Teak #AA9054
RGB
CMYK
RGB Variations
Color information
#AA9054 (or 0xAA9054) is known color: Teak. HEX triplet: AA, 90 and 54. RGB value is (170,144,84). Sum of RGB (Red+Green+Blue) = 170+144+84=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9054 is #556FAB. Grayscale: #919191. Windows color (decimal): -5599148 or 5542058. OLE color: 5542058.
HSL color Cylindrical-coordinate representation of color #AA9054: hue angle of 41.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9054 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 84 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.33 |
| HSL | 41.86º | 0.34% | 0.5% | - |
| HSV(B) | 41.86º | 0.51% | 0.67% | - |
| XYZ | 28.15 | 29.13 | 12.53 | - |
| YUV | 144.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 84 | 0 | 0.15 | 0.51 | 0.33 | 41.86 | 0.34 | 0.5 |
| Hex | AA | 90 | 54 | 0 | F | 33 | 21 | 2A | 22 | 32 |
| Octal | 252 | 220 | 124 | 0 | 17 | 63 | 41 | 52 | 42 | 62 |
| Binary | 10101010 | 10010000 | 1010100 | 0 | 1111 | 110011 | 100001 | 101010 | 100010 | 110010 |
Color Harmonies of #AA9054
Complementary color
Monochromatic Colors of #AA9054
Black with #AA9054
Text Example
Text Example
White with #AA9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9054; }
p { color: rgb(170,144,84); }
H1.HeaderClassName
{
color: #AA9054;
}
.AnyTagClassName
{
color: #AA9054;
}
</style>
background-color css
<style>
a { background-color: #AA9054; }
a { background-color: rgb(170,144,84); }
div.DivClassName
{
background-color: #AA9054;
}
.BgClassName
{
background-color: #AA9054;
}
</style>
border-color css
<style>
span { border-color: #AA9054; }
span { border-color: rgb(170,144,84); }
td.TdClassName
{
border-color: #AA9054;
}
.TagClassName
{
border-color: #AA9054;
}
</style>