Shades of Teak #A49357
Tints of Teak #A49357
RGB
CMYK
RGB Variations
Color information
#A49357 (or 0xA49357) is known color: Teak. HEX triplet: A4, 93 and 57. RGB value is (164,147,87). Sum of RGB (Red+Green+Blue) = 164+147+87=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49357 is #5B6CA8. Grayscale: #919191. Windows color (decimal): -5991593 or 5739428. OLE color: 5739428.
HSL color Cylindrical-coordinate representation of color #A49357: hue angle of 46.75º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A49357 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 87 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.36 |
| HSL | 46.75º | 0.31% | 0.49% | - |
| HSV(B) | 46.75º | 0.47% | 0.64% | - |
| XYZ | 27.46 | 29.45 | 13.25 | - |
| YUV | 145.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 87 | 0 | 0.10 | 0.47 | 0.36 | 46.75 | 0.31 | 0.49 |
| Hex | A4 | 93 | 57 | 0 | A | 2F | 24 | 2F | 1F | 31 |
| Octal | 244 | 223 | 127 | 0 | 12 | 57 | 44 | 57 | 37 | 61 |
| Binary | 10100100 | 10010011 | 1010111 | 0 | 1010 | 101111 | 100100 | 101111 | 11111 | 110001 |
Color Harmonies of #A49357
Complementary color
Monochromatic Colors of #A49357
Black with #A49357
Text Example
Text Example
White with #A49357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49357; }
p { color: rgb(164,147,87); }
H1.HeaderClassName
{
color: #A49357;
}
.AnyTagClassName
{
color: #A49357;
}
</style>
background-color css
<style>
a { background-color: #A49357; }
a { background-color: rgb(164,147,87); }
div.DivClassName
{
background-color: #A49357;
}
.BgClassName
{
background-color: #A49357;
}
</style>
border-color css
<style>
span { border-color: #A49357; }
span { border-color: rgb(164,147,87); }
td.TdClassName
{
border-color: #A49357;
}
.TagClassName
{
border-color: #A49357;
}
</style>