Shades of Teak #AA9151
Tints of Teak #AA9151
RGB
CMYK
RGB Variations
Color information
#AA9151 (or 0xAA9151) is known color: Teak. HEX triplet: AA, 91 and 51. RGB value is (170,145,81). Sum of RGB (Red+Green+Blue) = 170+145+81=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9151 is #556EAE. Grayscale: #919191. Windows color (decimal): -5598895 or 5345706. OLE color: 5345706.
HSL color Cylindrical-coordinate representation of color #AA9151: hue angle of 43.15º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9151 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 81 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.33 |
| HSL | 43.15º | 0.35% | 0.49% | - |
| HSV(B) | 43.15º | 0.52% | 0.67% | - |
| XYZ | 28.19 | 29.39 | 11.97 | - |
| YUV | 145.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 81 | 0 | 0.15 | 0.52 | 0.33 | 43.15 | 0.35 | 0.49 |
| Hex | AA | 91 | 51 | 0 | F | 34 | 21 | 2B | 23 | 31 |
| Octal | 252 | 221 | 121 | 0 | 17 | 64 | 41 | 53 | 43 | 61 |
| Binary | 10101010 | 10010001 | 1010001 | 0 | 1111 | 110100 | 100001 | 101011 | 100011 | 110001 |
Color Harmonies of #AA9151
Complementary color
Monochromatic Colors of #AA9151
Black with #AA9151
Text Example
Text Example
White with #AA9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9151; }
p { color: rgb(170,145,81); }
H1.HeaderClassName
{
color: #AA9151;
}
.AnyTagClassName
{
color: #AA9151;
}
</style>
background-color css
<style>
a { background-color: #AA9151; }
a { background-color: rgb(170,145,81); }
div.DivClassName
{
background-color: #AA9151;
}
.BgClassName
{
background-color: #AA9151;
}
</style>
border-color css
<style>
span { border-color: #AA9151; }
span { border-color: rgb(170,145,81); }
td.TdClassName
{
border-color: #AA9151;
}
.TagClassName
{
border-color: #AA9151;
}
</style>