Shades of Teak #AA935A
Tints of Teak #AA935A
RGB
CMYK
RGB Variations
Color information
#AA935A (or 0xAA935A) is known color: Teak. HEX triplet: AA, 93 and 5A. RGB value is (170,147,90). Sum of RGB (Red+Green+Blue) = 170+147+90=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935A is #556CA5. Grayscale: #939393. Windows color (decimal): -5598374 or 5936042. OLE color: 5936042.
HSL color Cylindrical-coordinate representation of color #AA935A: hue angle of 42.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA935A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 90 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.33 |
| HSL | 42.75º | 0.32% | 0.51% | - |
| HSV(B) | 42.75º | 0.47% | 0.67% | - |
| XYZ | 28.86 | 30.15 | 13.97 | - |
| YUV | 147.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 90 | 0 | 0.14 | 0.47 | 0.33 | 42.75 | 0.32 | 0.51 |
| Hex | AA | 93 | 5A | 0 | E | 2F | 21 | 2B | 20 | 33 |
| Octal | 252 | 223 | 132 | 0 | 16 | 57 | 41 | 53 | 40 | 63 |
| Binary | 10101010 | 10010011 | 1011010 | 0 | 1110 | 101111 | 100001 | 101011 | 100000 | 110011 |
Color Harmonies of #AA935A
Complementary color
Monochromatic Colors of #AA935A
Black with #AA935A
Text Example
Text Example
White with #AA935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA935A; }
p { color: rgb(170,147,90); }
H1.HeaderClassName
{
color: #AA935A;
}
.AnyTagClassName
{
color: #AA935A;
}
</style>
background-color css
<style>
a { background-color: #AA935A; }
a { background-color: rgb(170,147,90); }
div.DivClassName
{
background-color: #AA935A;
}
.BgClassName
{
background-color: #AA935A;
}
</style>
border-color css
<style>
span { border-color: #AA935A; }
span { border-color: rgb(170,147,90); }
td.TdClassName
{
border-color: #AA935A;
}
.TagClassName
{
border-color: #AA935A;
}
</style>