Shades of Teak #AA9057
Tints of Teak #AA9057
RGB
CMYK
RGB Variations
Color information
#AA9057 (or 0xAA9057) is known color: Teak. HEX triplet: AA, 90 and 57. RGB value is (170,144,87). Sum of RGB (Red+Green+Blue) = 170+144+87=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9057 is #556FA8. Grayscale: #919191. Windows color (decimal): -5599145 or 5738666. OLE color: 5738666.
HSL color Cylindrical-coordinate representation of color #AA9057: hue angle of 41.2º 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 #AA9057 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 87 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.33 |
| HSL | 41.2º | 0.33% | 0.5% | - |
| HSV(B) | 41.2º | 0.49% | 0.67% | - |
| XYZ | 28.27 | 29.18 | 13.16 | - |
| YUV | 145.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 87 | 0 | 0.15 | 0.49 | 0.33 | 41.2 | 0.33 | 0.5 |
| Hex | AA | 90 | 57 | 0 | F | 31 | 21 | 29 | 21 | 32 |
| Octal | 252 | 220 | 127 | 0 | 17 | 61 | 41 | 51 | 41 | 62 |
| Binary | 10101010 | 10010000 | 1010111 | 0 | 1111 | 110001 | 100001 | 101001 | 100001 | 110010 |
Color Harmonies of #AA9057
Complementary color
Monochromatic Colors of #AA9057
Black with #AA9057
Text Example
Text Example
White with #AA9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9057; }
p { color: rgb(170,144,87); }
H1.HeaderClassName
{
color: #AA9057;
}
.AnyTagClassName
{
color: #AA9057;
}
</style>
background-color css
<style>
a { background-color: #AA9057; }
a { background-color: rgb(170,144,87); }
div.DivClassName
{
background-color: #AA9057;
}
.BgClassName
{
background-color: #AA9057;
}
</style>
border-color css
<style>
span { border-color: #AA9057; }
span { border-color: rgb(170,144,87); }
td.TdClassName
{
border-color: #AA9057;
}
.TagClassName
{
border-color: #AA9057;
}
</style>