Shades of Teak #AA8D4F
Tints of Teak #AA8D4F
RGB
CMYK
RGB Variations
Color information
#AA8D4F (or 0xAA8D4F) is known color: Teak. HEX triplet: AA, 8D and 4F. RGB value is (170,141,79). Sum of RGB (Red+Green+Blue) = 170+141+79=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D4F is #5572B0. Grayscale: #8E8E8E. Windows color (decimal): -5599921 or 5213610. OLE color: 5213610.
HSL color Cylindrical-coordinate representation of color #AA8D4F: hue angle of 40.88º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA8D4F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 79 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.33 |
| HSL | 40.88º | 0.37% | 0.49% | - |
| HSV(B) | 40.88º | 0.54% | 0.67% | - |
| XYZ | 27.51 | 28.16 | 11.38 | - |
| YUV | 142.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 79 | 0 | 0.17 | 0.54 | 0.33 | 40.88 | 0.37 | 0.49 |
| Hex | AA | 8D | 4F | 0 | 11 | 36 | 21 | 29 | 25 | 31 |
| Octal | 252 | 215 | 117 | 0 | 21 | 66 | 41 | 51 | 45 | 61 |
| Binary | 10101010 | 10001101 | 1001111 | 0 | 10001 | 110110 | 100001 | 101001 | 100101 | 110001 |
Color Harmonies of #AA8D4F
Complementary color
Monochromatic Colors of #AA8D4F
Black with #AA8D4F
Text Example
Text Example
White with #AA8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D4F; }
p { color: rgb(170,141,79); }
H1.HeaderClassName
{
color: #AA8D4F;
}
.AnyTagClassName
{
color: #AA8D4F;
}
</style>
background-color css
<style>
a { background-color: #AA8D4F; }
a { background-color: rgb(170,141,79); }
div.DivClassName
{
background-color: #AA8D4F;
}
.BgClassName
{
background-color: #AA8D4F;
}
</style>
border-color css
<style>
span { border-color: #AA8D4F; }
span { border-color: rgb(170,141,79); }
td.TdClassName
{
border-color: #AA8D4F;
}
.TagClassName
{
border-color: #AA8D4F;
}
</style>