Shades of Teak #AA8D53
Tints of Teak #AA8D53
RGB
CMYK
RGB Variations
Color information
#AA8D53 (or 0xAA8D53) is known color: Teak. HEX triplet: AA, 8D and 53. RGB value is (170,141,83). Sum of RGB (Red+Green+Blue) = 170+141+83=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D53 is #5572AC. Grayscale: #8F8F8F. Windows color (decimal): -5599917 or 5475754. OLE color: 5475754.
HSL color Cylindrical-coordinate representation of color #AA8D53: hue angle of 40º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8D53 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 83 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.33 |
| HSL | 40º | 0.34% | 0.5% | - |
| HSV(B) | 40º | 0.51% | 0.67% | - |
| XYZ | 27.66 | 28.22 | 12.17 | - |
| YUV | 143.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 83 | 0 | 0.17 | 0.51 | 0.33 | 40 | 0.34 | 0.5 |
| Hex | AA | 8D | 53 | 0 | 11 | 33 | 21 | 28 | 22 | 32 |
| Octal | 252 | 215 | 123 | 0 | 21 | 63 | 41 | 50 | 42 | 62 |
| Binary | 10101010 | 10001101 | 1010011 | 0 | 10001 | 110011 | 100001 | 101000 | 100010 | 110010 |
Color Harmonies of #AA8D53
Complementary color
Monochromatic Colors of #AA8D53
Black with #AA8D53
Text Example
Text Example
White with #AA8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D53; }
p { color: rgb(170,141,83); }
H1.HeaderClassName
{
color: #AA8D53;
}
.AnyTagClassName
{
color: #AA8D53;
}
</style>
background-color css
<style>
a { background-color: #AA8D53; }
a { background-color: rgb(170,141,83); }
div.DivClassName
{
background-color: #AA8D53;
}
.BgClassName
{
background-color: #AA8D53;
}
</style>
border-color css
<style>
span { border-color: #AA8D53; }
span { border-color: rgb(170,141,83); }
td.TdClassName
{
border-color: #AA8D53;
}
.TagClassName
{
border-color: #AA8D53;
}
</style>