Shades of Teak #AA8A5E
Tints of Teak #AA8A5E
RGB
CMYK
RGB Variations
Color information
#AA8A5E (or 0xAA8A5E) is known color: Teak. HEX triplet: AA, 8A and 5E. RGB value is (170,138,94). Sum of RGB (Red+Green+Blue) = 170+138+94=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5E is #5575A1. Grayscale: #8E8E8E. Windows color (decimal): -5600674 or 6195882. OLE color: 6195882.
HSL color Cylindrical-coordinate representation of color #AA8A5E: hue angle of 34.74º 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 #AA8A5E is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 94 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.33 |
| HSL | 34.74º | 0.31% | 0.52% | - |
| HSV(B) | 34.74º | 0.45% | 0.67% | - |
| XYZ | 27.69 | 27.53 | 14.44 | - |
| YUV | 142.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 94 | 0 | 0.19 | 0.45 | 0.33 | 34.74 | 0.31 | 0.52 |
| Hex | AA | 8A | 5E | 0 | 13 | 2D | 21 | 23 | 1F | 34 |
| Octal | 252 | 212 | 136 | 0 | 23 | 55 | 41 | 43 | 37 | 64 |
| Binary | 10101010 | 10001010 | 1011110 | 0 | 10011 | 101101 | 100001 | 100011 | 11111 | 110100 |
Color Harmonies of #AA8A5E
Complementary color
Monochromatic Colors of #AA8A5E
Black with #AA8A5E
Text Example
Text Example
White with #AA8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A5E; }
p { color: rgb(170,138,94); }
H1.HeaderClassName
{
color: #AA8A5E;
}
.AnyTagClassName
{
color: #AA8A5E;
}
</style>
background-color css
<style>
a { background-color: #AA8A5E; }
a { background-color: rgb(170,138,94); }
div.DivClassName
{
background-color: #AA8A5E;
}
.BgClassName
{
background-color: #AA8A5E;
}
</style>
border-color css
<style>
span { border-color: #AA8A5E; }
span { border-color: rgb(170,138,94); }
td.TdClassName
{
border-color: #AA8A5E;
}
.TagClassName
{
border-color: #AA8A5E;
}
</style>