Shades of Teak #A18F50
Tints of Teak #A18F50
RGB
CMYK
RGB Variations
Color information
#A18F50 (or 0xA18F50) is known color: Teak. HEX triplet: A1, 8F and 50. RGB value is (161,143,80). Sum of RGB (Red+Green+Blue) = 161+143+80=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F50 is #5E70AF. Grayscale: #8D8D8D. Windows color (decimal): -6189232 or 5279649. OLE color: 5279649.
HSL color Cylindrical-coordinate representation of color #A18F50: hue angle of 46.67º 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 #A18F50 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 80 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.37 |
| HSL | 46.67º | 0.34% | 0.47% | - |
| HSV(B) | 46.67º | 0.5% | 0.63% | - |
| XYZ | 25.97 | 27.8 | 11.59 | - |
| YUV | 141.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 80 | 0 | 0.11 | 0.50 | 0.37 | 46.67 | 0.34 | 0.47 |
| Hex | A1 | 8F | 50 | 0 | B | 32 | 25 | 2F | 22 | 2F |
| Octal | 241 | 217 | 120 | 0 | 13 | 62 | 45 | 57 | 42 | 57 |
| Binary | 10100001 | 10001111 | 1010000 | 0 | 1011 | 110010 | 100101 | 101111 | 100010 | 101111 |
Color Harmonies of #A18F50
Complementary color
Monochromatic Colors of #A18F50
Black with #A18F50
Text Example
Text Example
White with #A18F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F50; }
p { color: rgb(161,143,80); }
H1.HeaderClassName
{
color: #A18F50;
}
.AnyTagClassName
{
color: #A18F50;
}
</style>
background-color css
<style>
a { background-color: #A18F50; }
a { background-color: rgb(161,143,80); }
div.DivClassName
{
background-color: #A18F50;
}
.BgClassName
{
background-color: #A18F50;
}
</style>
border-color css
<style>
span { border-color: #A18F50; }
span { border-color: rgb(161,143,80); }
td.TdClassName
{
border-color: #A18F50;
}
.TagClassName
{
border-color: #A18F50;
}
</style>