Shades of Teak #AA8457
Tints of Teak #AA8457
RGB
CMYK
RGB Variations
Color information
#AA8457 (or 0xAA8457) is known color: Teak. HEX triplet: AA, 84 and 57. RGB value is (170,132,87). Sum of RGB (Red+Green+Blue) = 170+132+87=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8457 is #557BA8. Grayscale: #8A8A8A. Windows color (decimal): -5602217 or 5735594. OLE color: 5735594.
HSL color Cylindrical-coordinate representation of color #AA8457: hue angle of 32.53º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8457 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 87 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.33 |
| HSL | 32.53º | 0.33% | 0.5% | - |
| HSV(B) | 32.53º | 0.49% | 0.67% | - |
| XYZ | 26.55 | 25.74 | 12.59 | - |
| YUV | 138.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 87 | 0 | 0.22 | 0.49 | 0.33 | 32.53 | 0.33 | 0.5 |
| Hex | AA | 84 | 57 | 0 | 16 | 31 | 21 | 21 | 21 | 32 |
| Octal | 252 | 204 | 127 | 0 | 26 | 61 | 41 | 41 | 41 | 62 |
| Binary | 10101010 | 10000100 | 1010111 | 0 | 10110 | 110001 | 100001 | 100001 | 100001 | 110010 |
Color Harmonies of #AA8457
Complementary color
Monochromatic Colors of #AA8457
Black with #AA8457
Text Example
Text Example
White with #AA8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8457; }
p { color: rgb(170,132,87); }
H1.HeaderClassName
{
color: #AA8457;
}
.AnyTagClassName
{
color: #AA8457;
}
</style>
background-color css
<style>
a { background-color: #AA8457; }
a { background-color: rgb(170,132,87); }
div.DivClassName
{
background-color: #AA8457;
}
.BgClassName
{
background-color: #AA8457;
}
</style>
border-color css
<style>
span { border-color: #AA8457; }
span { border-color: rgb(170,132,87); }
td.TdClassName
{
border-color: #AA8457;
}
.TagClassName
{
border-color: #AA8457;
}
</style>