Shades of Teak #A18950
Tints of Teak #A18950
RGB
CMYK
RGB Variations
Color information
#A18950 (or 0xA18950) is known color: Teak. HEX triplet: A1, 89 and 50. RGB value is (161,137,80). Sum of RGB (Red+Green+Blue) = 161+137+80=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18950 is #5E76AF. Grayscale: #898989. Windows color (decimal): -6190768 or 5278113. OLE color: 5278113.
HSL color Cylindrical-coordinate representation of color #A18950: hue angle of 42.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18950 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 80 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.37 |
| HSL | 42.22º | 0.34% | 0.47% | - |
| HSV(B) | 42.22º | 0.5% | 0.63% | - |
| XYZ | 25.09 | 26.05 | 11.29 | - |
| YUV | 137.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 80 | 0 | 0.15 | 0.50 | 0.37 | 42.22 | 0.34 | 0.47 |
| Hex | A1 | 89 | 50 | 0 | F | 32 | 25 | 2A | 22 | 2F |
| Octal | 241 | 211 | 120 | 0 | 17 | 62 | 45 | 52 | 42 | 57 |
| Binary | 10100001 | 10001001 | 1010000 | 0 | 1111 | 110010 | 100101 | 101010 | 100010 | 101111 |
Color Harmonies of #A18950
Complementary color
Monochromatic Colors of #A18950
Black with #A18950
Text Example
Text Example
White with #A18950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18950; }
p { color: rgb(161,137,80); }
H1.HeaderClassName
{
color: #A18950;
}
.AnyTagClassName
{
color: #A18950;
}
</style>
background-color css
<style>
a { background-color: #A18950; }
a { background-color: rgb(161,137,80); }
div.DivClassName
{
background-color: #A18950;
}
.BgClassName
{
background-color: #A18950;
}
</style>
border-color css
<style>
span { border-color: #A18950; }
span { border-color: rgb(161,137,80); }
td.TdClassName
{
border-color: #A18950;
}
.TagClassName
{
border-color: #A18950;
}
</style>