Shades of Teak #A49160
Tints of Teak #A49160
RGB
CMYK
RGB Variations
Color information
#A49160 (or 0xA49160) is known color: Teak. HEX triplet: A4, 91 and 60. RGB value is (164,145,96). Sum of RGB (Red+Green+Blue) = 164+145+96=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A49160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49160 is #5B6E9F. Grayscale: #919191. Windows color (decimal): -5992096 or 6328740. OLE color: 6328740.
HSL color Cylindrical-coordinate representation of color #A49160: hue angle of 43.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A49160 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 96 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.36 |
| HSL | 43.24º | 0.27% | 0.51% | - |
| HSV(B) | 43.24º | 0.41% | 0.64% | - |
| XYZ | 27.55 | 28.99 | 15.21 | - |
| YUV | 145.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 96 | 0 | 0.12 | 0.41 | 0.36 | 43.24 | 0.27 | 0.51 |
| Hex | A4 | 91 | 60 | 0 | C | 29 | 24 | 2B | 1B | 33 |
| Octal | 244 | 221 | 140 | 0 | 14 | 51 | 44 | 53 | 33 | 63 |
| Binary | 10100100 | 10010001 | 1100000 | 0 | 1100 | 101001 | 100100 | 101011 | 11011 | 110011 |
Color Harmonies of #A49160
Complementary color
Monochromatic Colors of #A49160
Black with #A49160
Text Example
Text Example
White with #A49160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49160; }
p { color: rgb(164,145,96); }
H1.HeaderClassName
{
color: #A49160;
}
.AnyTagClassName
{
color: #A49160;
}
</style>
background-color css
<style>
a { background-color: #A49160; }
a { background-color: rgb(164,145,96); }
div.DivClassName
{
background-color: #A49160;
}
.BgClassName
{
background-color: #A49160;
}
</style>
border-color css
<style>
span { border-color: #A49160; }
span { border-color: rgb(164,145,96); }
td.TdClassName
{
border-color: #A49160;
}
.TagClassName
{
border-color: #A49160;
}
</style>