Shades of Teak #A18E51
Tints of Teak #A18E51
RGB
CMYK
RGB Variations
Color information
#A18E51 (or 0xA18E51) is known color: Teak. HEX triplet: A1, 8E and 51. RGB value is (161,142,81). Sum of RGB (Red+Green+Blue) = 161+142+81=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E51 is #5E71AE. Grayscale: #8C8C8C. Windows color (decimal): -6189487 or 5344929. OLE color: 5344929.
HSL color Cylindrical-coordinate representation of color #A18E51: hue angle of 45.75º degrees, saturation: 0.33, 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 #A18E51 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 81 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.37 |
| HSL | 45.75º | 0.33% | 0.47% | - |
| HSV(B) | 45.75º | 0.5% | 0.63% | - |
| XYZ | 25.86 | 27.52 | 11.73 | - |
| YUV | 140.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 81 | 0 | 0.12 | 0.50 | 0.37 | 45.75 | 0.33 | 0.47 |
| Hex | A1 | 8E | 51 | 0 | C | 32 | 25 | 2E | 21 | 2F |
| Octal | 241 | 216 | 121 | 0 | 14 | 62 | 45 | 56 | 41 | 57 |
| Binary | 10100001 | 10001110 | 1010001 | 0 | 1100 | 110010 | 100101 | 101110 | 100001 | 101111 |
Color Harmonies of #A18E51
Complementary color
Monochromatic Colors of #A18E51
Black with #A18E51
Text Example
Text Example
White with #A18E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E51; }
p { color: rgb(161,142,81); }
H1.HeaderClassName
{
color: #A18E51;
}
.AnyTagClassName
{
color: #A18E51;
}
</style>
background-color css
<style>
a { background-color: #A18E51; }
a { background-color: rgb(161,142,81); }
div.DivClassName
{
background-color: #A18E51;
}
.BgClassName
{
background-color: #A18E51;
}
</style>
border-color css
<style>
span { border-color: #A18E51; }
span { border-color: rgb(161,142,81); }
td.TdClassName
{
border-color: #A18E51;
}
.TagClassName
{
border-color: #A18E51;
}
</style>