Shades of Teak #AA8C5E
Tints of Teak #AA8C5E
RGB
CMYK
RGB Variations
Color information
#AA8C5E (or 0xAA8C5E) is known color: Teak. HEX triplet: AA, 8C and 5E. RGB value is (170,140,94). Sum of RGB (Red+Green+Blue) = 170+140+94=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5E is #5573A1. Grayscale: #8F8F8F. Windows color (decimal): -5600162 or 6196394. OLE color: 6196394.
HSL color Cylindrical-coordinate representation of color #AA8C5E: hue angle of 36.32º 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 #AA8C5E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 94 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.33 |
| HSL | 36.32º | 0.31% | 0.52% | - |
| HSV(B) | 36.32º | 0.45% | 0.67% | - |
| XYZ | 27.98 | 28.11 | 14.54 | - |
| YUV | 143.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 94 | 0 | 0.18 | 0.45 | 0.33 | 36.32 | 0.31 | 0.52 |
| Hex | AA | 8C | 5E | 0 | 12 | 2D | 21 | 24 | 1F | 34 |
| Octal | 252 | 214 | 136 | 0 | 22 | 55 | 41 | 44 | 37 | 64 |
| Binary | 10101010 | 10001100 | 1011110 | 0 | 10010 | 101101 | 100001 | 100100 | 11111 | 110100 |
Color Harmonies of #AA8C5E
Complementary color
Monochromatic Colors of #AA8C5E
Black with #AA8C5E
Text Example
Text Example
White with #AA8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C5E; }
p { color: rgb(170,140,94); }
H1.HeaderClassName
{
color: #AA8C5E;
}
.AnyTagClassName
{
color: #AA8C5E;
}
</style>
background-color css
<style>
a { background-color: #AA8C5E; }
a { background-color: rgb(170,140,94); }
div.DivClassName
{
background-color: #AA8C5E;
}
.BgClassName
{
background-color: #AA8C5E;
}
</style>
border-color css
<style>
span { border-color: #AA8C5E; }
span { border-color: rgb(170,140,94); }
td.TdClassName
{
border-color: #AA8C5E;
}
.TagClassName
{
border-color: #AA8C5E;
}
</style>