Shades of Teak #AA8F5D
Tints of Teak #AA8F5D
RGB
CMYK
RGB Variations
Color information
#AA8F5D (or 0xAA8F5D) is known color: Teak. HEX triplet: AA, 8F and 5D. RGB value is (170,143,93). Sum of RGB (Red+Green+Blue) = 170+143+93=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F5D is #5570A2. Grayscale: #919191. Windows color (decimal): -5599395 or 6131626. OLE color: 6131626.
HSL color Cylindrical-coordinate representation of color #AA8F5D: hue angle of 38.96º 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 #AA8F5D is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 93 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.33 |
| HSL | 38.96º | 0.31% | 0.52% | - |
| HSV(B) | 38.96º | 0.45% | 0.67% | - |
| XYZ | 28.38 | 28.98 | 14.45 | - |
| YUV | 145.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 93 | 0 | 0.16 | 0.45 | 0.33 | 38.96 | 0.31 | 0.52 |
| Hex | AA | 8F | 5D | 0 | 10 | 2D | 21 | 27 | 1F | 34 |
| Octal | 252 | 217 | 135 | 0 | 20 | 55 | 41 | 47 | 37 | 64 |
| Binary | 10101010 | 10001111 | 1011101 | 0 | 10000 | 101101 | 100001 | 100111 | 11111 | 110100 |
Color Harmonies of #AA8F5D
Complementary color
Monochromatic Colors of #AA8F5D
Black with #AA8F5D
Text Example
Text Example
White with #AA8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F5D; }
p { color: rgb(170,143,93); }
H1.HeaderClassName
{
color: #AA8F5D;
}
.AnyTagClassName
{
color: #AA8F5D;
}
</style>
background-color css
<style>
a { background-color: #AA8F5D; }
a { background-color: rgb(170,143,93); }
div.DivClassName
{
background-color: #AA8F5D;
}
.BgClassName
{
background-color: #AA8F5D;
}
</style>
border-color css
<style>
span { border-color: #AA8F5D; }
span { border-color: rgb(170,143,93); }
td.TdClassName
{
border-color: #AA8F5D;
}
.TagClassName
{
border-color: #AA8F5D;
}
</style>