Shades of Teak #AA915C
Tints of Teak #AA915C
RGB
CMYK
RGB Variations
Color information
#AA915C (or 0xAA915C) is known color: Teak. HEX triplet: AA, 91 and 5C. RGB value is (170,145,92). Sum of RGB (Red+Green+Blue) = 170+145+92=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915C is #556EA3. Grayscale: #929292. Windows color (decimal): -5598884 or 6066602. OLE color: 6066602.
HSL color Cylindrical-coordinate representation of color #AA915C: hue angle of 40.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA915C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 92 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.33 |
| HSL | 40.77º | 0.31% | 0.51% | - |
| HSV(B) | 40.77º | 0.46% | 0.67% | - |
| XYZ | 28.63 | 29.57 | 14.32 | - |
| YUV | 146.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 92 | 0 | 0.15 | 0.46 | 0.33 | 40.77 | 0.31 | 0.51 |
| Hex | AA | 91 | 5C | 0 | F | 2E | 21 | 29 | 1F | 33 |
| Octal | 252 | 221 | 134 | 0 | 17 | 56 | 41 | 51 | 37 | 63 |
| Binary | 10101010 | 10010001 | 1011100 | 0 | 1111 | 101110 | 100001 | 101001 | 11111 | 110011 |
Color Harmonies of #AA915C
Complementary color
Monochromatic Colors of #AA915C
Black with #AA915C
Text Example
Text Example
White with #AA915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA915C; }
p { color: rgb(170,145,92); }
H1.HeaderClassName
{
color: #AA915C;
}
.AnyTagClassName
{
color: #AA915C;
}
</style>
background-color css
<style>
a { background-color: #AA915C; }
a { background-color: rgb(170,145,92); }
div.DivClassName
{
background-color: #AA915C;
}
.BgClassName
{
background-color: #AA915C;
}
</style>
border-color css
<style>
span { border-color: #AA915C; }
span { border-color: rgb(170,145,92); }
td.TdClassName
{
border-color: #AA915C;
}
.TagClassName
{
border-color: #AA915C;
}
</style>