Shades of Teak #A49159
Tints of Teak #A49159
RGB
CMYK
RGB Variations
Color information
#A49159 (or 0xA49159) is known color: Teak. HEX triplet: A4, 91 and 59. RGB value is (164,145,89). Sum of RGB (Red+Green+Blue) = 164+145+89=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49159 is #5B6EA6. Grayscale: #909090. Windows color (decimal): -5992103 or 5869988. OLE color: 5869988.
HSL color Cylindrical-coordinate representation of color #A49159: hue angle of 44.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A49159 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 89 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.36 |
| HSL | 44.8º | 0.3% | 0.5% | - |
| HSV(B) | 44.8º | 0.46% | 0.64% | - |
| XYZ | 27.24 | 28.86 | 13.59 | - |
| YUV | 144.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 89 | 0 | 0.12 | 0.46 | 0.36 | 44.8 | 0.3 | 0.5 |
| Hex | A4 | 91 | 59 | 0 | C | 2E | 24 | 2D | 1E | 32 |
| Octal | 244 | 221 | 131 | 0 | 14 | 56 | 44 | 55 | 36 | 62 |
| Binary | 10100100 | 10010001 | 1011001 | 0 | 1100 | 101110 | 100100 | 101101 | 11110 | 110010 |
Color Harmonies of #A49159
Complementary color
Monochromatic Colors of #A49159
Black with #A49159
Text Example
Text Example
White with #A49159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49159; }
p { color: rgb(164,145,89); }
H1.HeaderClassName
{
color: #A49159;
}
.AnyTagClassName
{
color: #A49159;
}
</style>
background-color css
<style>
a { background-color: #A49159; }
a { background-color: rgb(164,145,89); }
div.DivClassName
{
background-color: #A49159;
}
.BgClassName
{
background-color: #A49159;
}
</style>
border-color css
<style>
span { border-color: #A49159; }
span { border-color: rgb(164,145,89); }
td.TdClassName
{
border-color: #A49159;
}
.TagClassName
{
border-color: #A49159;
}
</style>