Shades of Teak #AA8D5A
Tints of Teak #AA8D5A
RGB
CMYK
RGB Variations
Color information
#AA8D5A (or 0xAA8D5A) is known color: Teak. HEX triplet: AA, 8D and 5A. RGB value is (170,141,90). Sum of RGB (Red+Green+Blue) = 170+141+90=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5A is #5572A5. Grayscale: #909090. Windows color (decimal): -5599910 or 5934506. OLE color: 5934506.
HSL color Cylindrical-coordinate representation of color #AA8D5A: hue angle of 38.25º 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 #AA8D5A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 90 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.33 |
| HSL | 38.25º | 0.32% | 0.51% | - |
| HSV(B) | 38.25º | 0.47% | 0.67% | - |
| XYZ | 27.95 | 28.33 | 13.67 | - |
| YUV | 143.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 90 | 0 | 0.17 | 0.47 | 0.33 | 38.25 | 0.32 | 0.51 |
| Hex | AA | 8D | 5A | 0 | 11 | 2F | 21 | 26 | 20 | 33 |
| Octal | 252 | 215 | 132 | 0 | 21 | 57 | 41 | 46 | 40 | 63 |
| Binary | 10101010 | 10001101 | 1011010 | 0 | 10001 | 101111 | 100001 | 100110 | 100000 | 110011 |
Color Harmonies of #AA8D5A
Complementary color
Monochromatic Colors of #AA8D5A
Black with #AA8D5A
Text Example
Text Example
White with #AA8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D5A; }
p { color: rgb(170,141,90); }
H1.HeaderClassName
{
color: #AA8D5A;
}
.AnyTagClassName
{
color: #AA8D5A;
}
</style>
background-color css
<style>
a { background-color: #AA8D5A; }
a { background-color: rgb(170,141,90); }
div.DivClassName
{
background-color: #AA8D5A;
}
.BgClassName
{
background-color: #AA8D5A;
}
</style>
border-color css
<style>
span { border-color: #AA8D5A; }
span { border-color: rgb(170,141,90); }
td.TdClassName
{
border-color: #AA8D5A;
}
.TagClassName
{
border-color: #AA8D5A;
}
</style>