Shades of Teak #A49154
Tints of Teak #A49154
RGB
CMYK
RGB Variations
Color information
#A49154 (or 0xA49154) is known color: Teak. HEX triplet: A4, 91 and 54. RGB value is (164,145,84). Sum of RGB (Red+Green+Blue) = 164+145+84=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49154 is #5B6EAB. Grayscale: #8F8F8F. Windows color (decimal): -5992108 or 5542308. OLE color: 5542308.
HSL color Cylindrical-coordinate representation of color #A49154: hue angle of 45.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A49154 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 84 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.36 |
| HSL | 45.75º | 0.32% | 0.49% | - |
| HSV(B) | 45.75º | 0.49% | 0.64% | - |
| XYZ | 27.04 | 28.78 | 12.52 | - |
| YUV | 143.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 84 | 0 | 0.12 | 0.49 | 0.36 | 45.75 | 0.32 | 0.49 |
| Hex | A4 | 91 | 54 | 0 | C | 31 | 24 | 2E | 20 | 31 |
| Octal | 244 | 221 | 124 | 0 | 14 | 61 | 44 | 56 | 40 | 61 |
| Binary | 10100100 | 10010001 | 1010100 | 0 | 1100 | 110001 | 100100 | 101110 | 100000 | 110001 |
Color Harmonies of #A49154
Complementary color
Monochromatic Colors of #A49154
Black with #A49154
Text Example
Text Example
White with #A49154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49154; }
p { color: rgb(164,145,84); }
H1.HeaderClassName
{
color: #A49154;
}
.AnyTagClassName
{
color: #A49154;
}
</style>
background-color css
<style>
a { background-color: #A49154; }
a { background-color: rgb(164,145,84); }
div.DivClassName
{
background-color: #A49154;
}
.BgClassName
{
background-color: #A49154;
}
</style>
border-color css
<style>
span { border-color: #A49154; }
span { border-color: rgb(164,145,84); }
td.TdClassName
{
border-color: #A49154;
}
.TagClassName
{
border-color: #A49154;
}
</style>