Shades of Teak #A49158
Tints of Teak #A49158
RGB
CMYK
RGB Variations
Color information
#A49158 (or 0xA49158) is known color: Teak. HEX triplet: A4, 91 and 58. RGB value is (164,145,88). Sum of RGB (Red+Green+Blue) = 164+145+88=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49158 is #5B6EA7. Grayscale: #909090. Windows color (decimal): -5992104 or 5804452. OLE color: 5804452.
HSL color Cylindrical-coordinate representation of color #A49158: hue angle of 45º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A49158 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 88 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.36 |
| HSL | 45º | 0.3% | 0.49% | - |
| HSV(B) | 45º | 0.46% | 0.64% | - |
| XYZ | 27.2 | 28.85 | 13.37 | - |
| YUV | 144.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 88 | 0 | 0.12 | 0.46 | 0.36 | 45 | 0.3 | 0.49 |
| Hex | A4 | 91 | 58 | 0 | C | 2E | 24 | 2D | 1E | 31 |
| Octal | 244 | 221 | 130 | 0 | 14 | 56 | 44 | 55 | 36 | 61 |
| Binary | 10100100 | 10010001 | 1011000 | 0 | 1100 | 101110 | 100100 | 101101 | 11110 | 110001 |
Color Harmonies of #A49158
Complementary color
Monochromatic Colors of #A49158
Black with #A49158
Text Example
Text Example
White with #A49158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49158; }
p { color: rgb(164,145,88); }
H1.HeaderClassName
{
color: #A49158;
}
.AnyTagClassName
{
color: #A49158;
}
</style>
background-color css
<style>
a { background-color: #A49158; }
a { background-color: rgb(164,145,88); }
div.DivClassName
{
background-color: #A49158;
}
.BgClassName
{
background-color: #A49158;
}
</style>
border-color css
<style>
span { border-color: #A49158; }
span { border-color: rgb(164,145,88); }
td.TdClassName
{
border-color: #A49158;
}
.TagClassName
{
border-color: #A49158;
}
</style>