Shades of Teak #AA9050
Tints of Teak #AA9050
RGB
CMYK
RGB Variations
Color information
#AA9050 (or 0xAA9050) is known color: Teak. HEX triplet: AA, 90 and 50. RGB value is (170,144,80). Sum of RGB (Red+Green+Blue) = 170+144+80=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9050 is #556FAF. Grayscale: #909090. Windows color (decimal): -5599152 or 5279914. OLE color: 5279914.
HSL color Cylindrical-coordinate representation of color #AA9050: hue angle of 42.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA9050 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 80 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.33 |
| HSL | 42.67º | 0.36% | 0.49% | - |
| HSV(B) | 42.67º | 0.53% | 0.67% | - |
| XYZ | 28 | 29.07 | 11.73 | - |
| YUV | 144.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 80 | 0 | 0.15 | 0.53 | 0.33 | 42.67 | 0.36 | 0.49 |
| Hex | AA | 90 | 50 | 0 | F | 35 | 21 | 2B | 24 | 31 |
| Octal | 252 | 220 | 120 | 0 | 17 | 65 | 41 | 53 | 44 | 61 |
| Binary | 10101010 | 10010000 | 1010000 | 0 | 1111 | 110101 | 100001 | 101011 | 100100 | 110001 |
Color Harmonies of #AA9050
Complementary color
Monochromatic Colors of #AA9050
Black with #AA9050
Text Example
Text Example
White with #AA9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9050; }
p { color: rgb(170,144,80); }
H1.HeaderClassName
{
color: #AA9050;
}
.AnyTagClassName
{
color: #AA9050;
}
</style>
background-color css
<style>
a { background-color: #AA9050; }
a { background-color: rgb(170,144,80); }
div.DivClassName
{
background-color: #AA9050;
}
.BgClassName
{
background-color: #AA9050;
}
</style>
border-color css
<style>
span { border-color: #AA9050; }
span { border-color: rgb(170,144,80); }
td.TdClassName
{
border-color: #AA9050;
}
.TagClassName
{
border-color: #AA9050;
}
</style>