Shades of Teak #AA8F51
Tints of Teak #AA8F51
RGB
CMYK
RGB Variations
Color information
#AA8F51 (or 0xAA8F51) is known color: Teak. HEX triplet: AA, 8F and 51. RGB value is (170,143,81). Sum of RGB (Red+Green+Blue) = 170+143+81=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F51 is #5570AE. Grayscale: #909090. Windows color (decimal): -5599407 or 5345194. OLE color: 5345194.
HSL color Cylindrical-coordinate representation of color #AA8F51: hue angle of 41.8º 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 #AA8F51 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 81 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.33 |
| HSL | 41.8º | 0.35% | 0.49% | - |
| HSV(B) | 41.8º | 0.52% | 0.67% | - |
| XYZ | 27.89 | 28.79 | 11.87 | - |
| YUV | 144.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 81 | 0 | 0.16 | 0.52 | 0.33 | 41.8 | 0.35 | 0.49 |
| Hex | AA | 8F | 51 | 0 | 10 | 34 | 21 | 2A | 23 | 31 |
| Octal | 252 | 217 | 121 | 0 | 20 | 64 | 41 | 52 | 43 | 61 |
| Binary | 10101010 | 10001111 | 1010001 | 0 | 10000 | 110100 | 100001 | 101010 | 100011 | 110001 |
Color Harmonies of #AA8F51
Complementary color
Monochromatic Colors of #AA8F51
Black with #AA8F51
Text Example
Text Example
White with #AA8F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F51; }
p { color: rgb(170,143,81); }
H1.HeaderClassName
{
color: #AA8F51;
}
.AnyTagClassName
{
color: #AA8F51;
}
</style>
background-color css
<style>
a { background-color: #AA8F51; }
a { background-color: rgb(170,143,81); }
div.DivClassName
{
background-color: #AA8F51;
}
.BgClassName
{
background-color: #AA8F51;
}
</style>
border-color css
<style>
span { border-color: #AA8F51; }
span { border-color: rgb(170,143,81); }
td.TdClassName
{
border-color: #AA8F51;
}
.TagClassName
{
border-color: #AA8F51;
}
</style>