Shades of Teak #A18E50
Tints of Teak #A18E50
RGB
CMYK
RGB Variations
Color information
#A18E50 (or 0xA18E50) is known color: Teak. HEX triplet: A1, 8E and 50. RGB value is (161,142,80). Sum of RGB (Red+Green+Blue) = 161+142+80=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E50 is #5E71AF. Grayscale: #8C8C8C. Windows color (decimal): -6189488 or 5279393. OLE color: 5279393.
HSL color Cylindrical-coordinate representation of color #A18E50: hue angle of 45.93º 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 #A18E50 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 80 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.37 |
| HSL | 45.93º | 0.34% | 0.47% | - |
| HSV(B) | 45.93º | 0.5% | 0.63% | - |
| XYZ | 25.82 | 27.5 | 11.54 | - |
| YUV | 140.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 80 | 0 | 0.12 | 0.50 | 0.37 | 45.93 | 0.34 | 0.47 |
| Hex | A1 | 8E | 50 | 0 | C | 32 | 25 | 2E | 22 | 2F |
| Octal | 241 | 216 | 120 | 0 | 14 | 62 | 45 | 56 | 42 | 57 |
| Binary | 10100001 | 10001110 | 1010000 | 0 | 1100 | 110010 | 100101 | 101110 | 100010 | 101111 |
Color Harmonies of #A18E50
Complementary color
Monochromatic Colors of #A18E50
Black with #A18E50
Text Example
Text Example
White with #A18E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E50; }
p { color: rgb(161,142,80); }
H1.HeaderClassName
{
color: #A18E50;
}
.AnyTagClassName
{
color: #A18E50;
}
</style>
background-color css
<style>
a { background-color: #A18E50; }
a { background-color: rgb(161,142,80); }
div.DivClassName
{
background-color: #A18E50;
}
.BgClassName
{
background-color: #A18E50;
}
</style>
border-color css
<style>
span { border-color: #A18E50; }
span { border-color: rgb(161,142,80); }
td.TdClassName
{
border-color: #A18E50;
}
.TagClassName
{
border-color: #A18E50;
}
</style>