Shades of Teak #AA8D51
Tints of Teak #AA8D51
RGB
CMYK
RGB Variations
Color information
#AA8D51 (or 0xAA8D51) is known color: Teak. HEX triplet: AA, 8D and 51. RGB value is (170,141,81). Sum of RGB (Red+Green+Blue) = 170+141+81=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D51 is #5572AE. Grayscale: #8F8F8F. Windows color (decimal): -5599919 or 5344682. OLE color: 5344682.
HSL color Cylindrical-coordinate representation of color #AA8D51: hue angle of 40.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8D51 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 81 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.33 |
| HSL | 40.45º | 0.35% | 0.49% | - |
| HSV(B) | 40.45º | 0.52% | 0.67% | - |
| XYZ | 27.59 | 28.19 | 11.77 | - |
| YUV | 142.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 81 | 0 | 0.17 | 0.52 | 0.33 | 40.45 | 0.35 | 0.49 |
| Hex | AA | 8D | 51 | 0 | 11 | 34 | 21 | 28 | 23 | 31 |
| Octal | 252 | 215 | 121 | 0 | 21 | 64 | 41 | 50 | 43 | 61 |
| Binary | 10101010 | 10001101 | 1010001 | 0 | 10001 | 110100 | 100001 | 101000 | 100011 | 110001 |
Color Harmonies of #AA8D51
Complementary color
Monochromatic Colors of #AA8D51
Black with #AA8D51
Text Example
Text Example
White with #AA8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D51; }
p { color: rgb(170,141,81); }
H1.HeaderClassName
{
color: #AA8D51;
}
.AnyTagClassName
{
color: #AA8D51;
}
</style>
background-color css
<style>
a { background-color: #AA8D51; }
a { background-color: rgb(170,141,81); }
div.DivClassName
{
background-color: #AA8D51;
}
.BgClassName
{
background-color: #AA8D51;
}
</style>
border-color css
<style>
span { border-color: #AA8D51; }
span { border-color: rgb(170,141,81); }
td.TdClassName
{
border-color: #AA8D51;
}
.TagClassName
{
border-color: #AA8D51;
}
</style>