Shades of Teak #AA8A5A
Tints of Teak #AA8A5A
RGB
CMYK
RGB Variations
Color information
#AA8A5A (or 0xAA8A5A) is known color: Teak. HEX triplet: AA, 8A and 5A. RGB value is (170,138,90). Sum of RGB (Red+Green+Blue) = 170+138+90=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5A is #5575A5. Grayscale: #8E8E8E. Windows color (decimal): -5600678 or 5933738. OLE color: 5933738.
HSL color Cylindrical-coordinate representation of color #AA8A5A: hue angle of 36º 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 #AA8A5A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 90 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.33 |
| HSL | 36º | 0.32% | 0.51% | - |
| HSV(B) | 36º | 0.47% | 0.67% | - |
| XYZ | 27.51 | 27.46 | 13.52 | - |
| YUV | 142.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 90 | 0 | 0.19 | 0.47 | 0.33 | 36 | 0.32 | 0.51 |
| Hex | AA | 8A | 5A | 0 | 13 | 2F | 21 | 24 | 20 | 33 |
| Octal | 252 | 212 | 132 | 0 | 23 | 57 | 41 | 44 | 40 | 63 |
| Binary | 10101010 | 10001010 | 1011010 | 0 | 10011 | 101111 | 100001 | 100100 | 100000 | 110011 |
Color Harmonies of #AA8A5A
Complementary color
Monochromatic Colors of #AA8A5A
Black with #AA8A5A
Text Example
Text Example
White with #AA8A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A5A; }
p { color: rgb(170,138,90); }
H1.HeaderClassName
{
color: #AA8A5A;
}
.AnyTagClassName
{
color: #AA8A5A;
}
</style>
background-color css
<style>
a { background-color: #AA8A5A; }
a { background-color: rgb(170,138,90); }
div.DivClassName
{
background-color: #AA8A5A;
}
.BgClassName
{
background-color: #AA8A5A;
}
</style>
border-color css
<style>
span { border-color: #AA8A5A; }
span { border-color: rgb(170,138,90); }
td.TdClassName
{
border-color: #AA8A5A;
}
.TagClassName
{
border-color: #AA8A5A;
}
</style>