Shades of Teak #A49153
Tints of Teak #A49153
RGB
CMYK
RGB Variations
Color information
#A49153 (or 0xA49153) is known color: Teak. HEX triplet: A4, 91 and 53. RGB value is (164,145,83). Sum of RGB (Red+Green+Blue) = 164+145+83=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A49153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49153 is #5B6EAC. Grayscale: #8F8F8F. Windows color (decimal): -5992109 or 5476772. OLE color: 5476772.
HSL color Cylindrical-coordinate representation of color #A49153: hue angle of 45.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A49153 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 83 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.36 |
| HSL | 45.93º | 0.33% | 0.48% | - |
| HSV(B) | 45.93º | 0.49% | 0.64% | - |
| XYZ | 27 | 28.77 | 12.31 | - |
| YUV | 143.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 83 | 0 | 0.12 | 0.49 | 0.36 | 45.93 | 0.33 | 0.48 |
| Hex | A4 | 91 | 53 | 0 | C | 31 | 24 | 2E | 21 | 30 |
| Octal | 244 | 221 | 123 | 0 | 14 | 61 | 44 | 56 | 41 | 60 |
| Binary | 10100100 | 10010001 | 1010011 | 0 | 1100 | 110001 | 100100 | 101110 | 100001 | 110000 |
Color Harmonies of #A49153
Complementary color
Monochromatic Colors of #A49153
Black with #A49153
Text Example
Text Example
White with #A49153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49153; }
p { color: rgb(164,145,83); }
H1.HeaderClassName
{
color: #A49153;
}
.AnyTagClassName
{
color: #A49153;
}
</style>
background-color css
<style>
a { background-color: #A49153; }
a { background-color: rgb(164,145,83); }
div.DivClassName
{
background-color: #A49153;
}
.BgClassName
{
background-color: #A49153;
}
</style>
border-color css
<style>
span { border-color: #A49153; }
span { border-color: rgb(164,145,83); }
td.TdClassName
{
border-color: #A49153;
}
.TagClassName
{
border-color: #A49153;
}
</style>