Shades of Teak #A18A51
Tints of Teak #A18A51
RGB
CMYK
RGB Variations
Color information
#A18A51 (or 0xA18A51) is known color: Teak. HEX triplet: A1, 8A and 51. RGB value is (161,138,81). Sum of RGB (Red+Green+Blue) = 161+138+81=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A51 is #5E75AE. Grayscale: #8A8A8A. Windows color (decimal): -6190511 or 5343905. OLE color: 5343905.
HSL color Cylindrical-coordinate representation of color #A18A51: hue angle of 42.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 #A18A51 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 81 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.37 |
| HSL | 42.75º | 0.33% | 0.47% | - |
| HSV(B) | 42.75º | 0.5% | 0.63% | - |
| XYZ | 25.27 | 26.35 | 11.54 | - |
| YUV | 138.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 81 | 0 | 0.14 | 0.50 | 0.37 | 42.75 | 0.33 | 0.47 |
| Hex | A1 | 8A | 51 | 0 | E | 32 | 25 | 2B | 21 | 2F |
| Octal | 241 | 212 | 121 | 0 | 16 | 62 | 45 | 53 | 41 | 57 |
| Binary | 10100001 | 10001010 | 1010001 | 0 | 1110 | 110010 | 100101 | 101011 | 100001 | 101111 |
Color Harmonies of #A18A51
Complementary color
Monochromatic Colors of #A18A51
Black with #A18A51
Text Example
Text Example
White with #A18A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A51; }
p { color: rgb(161,138,81); }
H1.HeaderClassName
{
color: #A18A51;
}
.AnyTagClassName
{
color: #A18A51;
}
</style>
background-color css
<style>
a { background-color: #A18A51; }
a { background-color: rgb(161,138,81); }
div.DivClassName
{
background-color: #A18A51;
}
.BgClassName
{
background-color: #A18A51;
}
</style>
border-color css
<style>
span { border-color: #A18A51; }
span { border-color: rgb(161,138,81); }
td.TdClassName
{
border-color: #A18A51;
}
.TagClassName
{
border-color: #A18A51;
}
</style>