Shades of Teak #AA8F53
Tints of Teak #AA8F53
RGB
CMYK
RGB Variations
Color information
#AA8F53 (or 0xAA8F53) is known color: Teak. HEX triplet: AA, 8F and 53. RGB value is (170,143,83). Sum of RGB (Red+Green+Blue) = 170+143+83=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F53 is #5570AC. Grayscale: #909090. Windows color (decimal): -5599405 or 5476266. OLE color: 5476266.
HSL color Cylindrical-coordinate representation of color #AA8F53: hue angle of 41.38º 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 #AA8F53 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 83 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.33 |
| HSL | 41.38º | 0.34% | 0.5% | - |
| HSV(B) | 41.38º | 0.51% | 0.67% | - |
| XYZ | 27.96 | 28.82 | 12.27 | - |
| YUV | 144.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 83 | 0 | 0.16 | 0.51 | 0.33 | 41.38 | 0.34 | 0.5 |
| Hex | AA | 8F | 53 | 0 | 10 | 33 | 21 | 29 | 22 | 32 |
| Octal | 252 | 217 | 123 | 0 | 20 | 63 | 41 | 51 | 42 | 62 |
| Binary | 10101010 | 10001111 | 1010011 | 0 | 10000 | 110011 | 100001 | 101001 | 100010 | 110010 |
Color Harmonies of #AA8F53
Complementary color
Monochromatic Colors of #AA8F53
Black with #AA8F53
Text Example
Text Example
White with #AA8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F53; }
p { color: rgb(170,143,83); }
H1.HeaderClassName
{
color: #AA8F53;
}
.AnyTagClassName
{
color: #AA8F53;
}
</style>
background-color css
<style>
a { background-color: #AA8F53; }
a { background-color: rgb(170,143,83); }
div.DivClassName
{
background-color: #AA8F53;
}
.BgClassName
{
background-color: #AA8F53;
}
</style>
border-color css
<style>
span { border-color: #AA8F53; }
span { border-color: rgb(170,143,83); }
td.TdClassName
{
border-color: #AA8F53;
}
.TagClassName
{
border-color: #AA8F53;
}
</style>