Shades of Teak #AA8C50
Tints of Teak #AA8C50
RGB
CMYK
RGB Variations
Color information
#AA8C50 (or 0xAA8C50) is known color: Teak. HEX triplet: AA, 8C and 50. RGB value is (170,140,80). Sum of RGB (Red+Green+Blue) = 170+140+80=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C50 is #5573AF. Grayscale: #8E8E8E. Windows color (decimal): -5600176 or 5278890. OLE color: 5278890.
HSL color Cylindrical-coordinate representation of color #AA8C50: hue angle of 40º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA8C50 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 80 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.33 |
| HSL | 40º | 0.36% | 0.49% | - |
| HSV(B) | 40º | 0.53% | 0.67% | - |
| XYZ | 27.4 | 27.88 | 11.53 | - |
| YUV | 142.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 80 | 0 | 0.18 | 0.53 | 0.33 | 40 | 0.36 | 0.49 |
| Hex | AA | 8C | 50 | 0 | 12 | 35 | 21 | 28 | 24 | 31 |
| Octal | 252 | 214 | 120 | 0 | 22 | 65 | 41 | 50 | 44 | 61 |
| Binary | 10101010 | 10001100 | 1010000 | 0 | 10010 | 110101 | 100001 | 101000 | 100100 | 110001 |
Color Harmonies of #AA8C50
Complementary color
Monochromatic Colors of #AA8C50
Black with #AA8C50
Text Example
Text Example
White with #AA8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C50; }
p { color: rgb(170,140,80); }
H1.HeaderClassName
{
color: #AA8C50;
}
.AnyTagClassName
{
color: #AA8C50;
}
</style>
background-color css
<style>
a { background-color: #AA8C50; }
a { background-color: rgb(170,140,80); }
div.DivClassName
{
background-color: #AA8C50;
}
.BgClassName
{
background-color: #AA8C50;
}
</style>
border-color css
<style>
span { border-color: #AA8C50; }
span { border-color: rgb(170,140,80); }
td.TdClassName
{
border-color: #AA8C50;
}
.TagClassName
{
border-color: #AA8C50;
}
</style>