Shades of Teak #A18C51
Tints of Teak #A18C51
RGB
CMYK
RGB Variations
Color information
#A18C51 (or 0xA18C51) is known color: Teak. HEX triplet: A1, 8C and 51. RGB value is (161,140,81). Sum of RGB (Red+Green+Blue) = 161+140+81=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C51 is #5E73AE. Grayscale: #8B8B8B. Windows color (decimal): -6189999 or 5344417. OLE color: 5344417.
HSL color Cylindrical-coordinate representation of color #A18C51: hue angle of 44.25º 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 #A18C51 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 81 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.37 |
| HSL | 44.25º | 0.33% | 0.47% | - |
| HSV(B) | 44.25º | 0.5% | 0.63% | - |
| XYZ | 25.56 | 26.93 | 11.63 | - |
| YUV | 139.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 81 | 0 | 0.13 | 0.50 | 0.37 | 44.25 | 0.33 | 0.47 |
| Hex | A1 | 8C | 51 | 0 | D | 32 | 25 | 2C | 21 | 2F |
| Octal | 241 | 214 | 121 | 0 | 15 | 62 | 45 | 54 | 41 | 57 |
| Binary | 10100001 | 10001100 | 1010001 | 0 | 1101 | 110010 | 100101 | 101100 | 100001 | 101111 |
Color Harmonies of #A18C51
Complementary color
Monochromatic Colors of #A18C51
Black with #A18C51
Text Example
Text Example
White with #A18C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C51; }
p { color: rgb(161,140,81); }
H1.HeaderClassName
{
color: #A18C51;
}
.AnyTagClassName
{
color: #A18C51;
}
</style>
background-color css
<style>
a { background-color: #A18C51; }
a { background-color: rgb(161,140,81); }
div.DivClassName
{
background-color: #A18C51;
}
.BgClassName
{
background-color: #A18C51;
}
</style>
border-color css
<style>
span { border-color: #A18C51; }
span { border-color: rgb(161,140,81); }
td.TdClassName
{
border-color: #A18C51;
}
.TagClassName
{
border-color: #A18C51;
}
</style>