Shades of Teak #AA8F5E
Tints of Teak #AA8F5E
RGB
CMYK
RGB Variations
Color information
#AA8F5E (or 0xAA8F5E) is known color: Teak. HEX triplet: AA, 8F and 5E. RGB value is (170,143,94). Sum of RGB (Red+Green+Blue) = 170+143+94=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F5E is #5570A1. Grayscale: #919191. Windows color (decimal): -5599394 or 6197162. OLE color: 6197162.
HSL color Cylindrical-coordinate representation of color #AA8F5E: hue angle of 38.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8F5E is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 94 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.33 |
| HSL | 38.68º | 0.31% | 0.52% | - |
| HSV(B) | 38.68º | 0.45% | 0.67% | - |
| XYZ | 28.42 | 29 | 14.69 | - |
| YUV | 145.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 94 | 0 | 0.16 | 0.45 | 0.33 | 38.68 | 0.31 | 0.52 |
| Hex | AA | 8F | 5E | 0 | 10 | 2D | 21 | 27 | 1F | 34 |
| Octal | 252 | 217 | 136 | 0 | 20 | 55 | 41 | 47 | 37 | 64 |
| Binary | 10101010 | 10001111 | 1011110 | 0 | 10000 | 101101 | 100001 | 100111 | 11111 | 110100 |
Color Harmonies of #AA8F5E
Complementary color
Monochromatic Colors of #AA8F5E
Black with #AA8F5E
Text Example
Text Example
White with #AA8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F5E; }
p { color: rgb(170,143,94); }
H1.HeaderClassName
{
color: #AA8F5E;
}
.AnyTagClassName
{
color: #AA8F5E;
}
</style>
background-color css
<style>
a { background-color: #AA8F5E; }
a { background-color: rgb(170,143,94); }
div.DivClassName
{
background-color: #AA8F5E;
}
.BgClassName
{
background-color: #AA8F5E;
}
</style>
border-color css
<style>
span { border-color: #AA8F5E; }
span { border-color: rgb(170,143,94); }
td.TdClassName
{
border-color: #AA8F5E;
}
.TagClassName
{
border-color: #AA8F5E;
}
</style>