Shades of Teak #A18C54
Tints of Teak #A18C54
RGB
CMYK
RGB Variations
Color information
#A18C54 (or 0xA18C54) is known color: Teak. HEX triplet: A1, 8C and 54. RGB value is (161,140,84). Sum of RGB (Red+Green+Blue) = 161+140+84=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C54 is #5E73AB. Grayscale: #8C8C8C. Windows color (decimal): -6189996 or 5541025. OLE color: 5541025.
HSL color Cylindrical-coordinate representation of color #A18C54: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A18C54 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 84 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.37 |
| HSL | 43.64º | 0.31% | 0.48% | - |
| HSV(B) | 43.64º | 0.48% | 0.63% | - |
| XYZ | 25.68 | 26.97 | 12.24 | - |
| YUV | 139.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 84 | 0 | 0.13 | 0.48 | 0.37 | 43.64 | 0.31 | 0.48 |
| Hex | A1 | 8C | 54 | 0 | D | 30 | 25 | 2C | 1F | 30 |
| Octal | 241 | 214 | 124 | 0 | 15 | 60 | 45 | 54 | 37 | 60 |
| Binary | 10100001 | 10001100 | 1010100 | 0 | 1101 | 110000 | 100101 | 101100 | 11111 | 110000 |
Color Harmonies of #A18C54
Complementary color
Monochromatic Colors of #A18C54
Black with #A18C54
Text Example
Text Example
White with #A18C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C54; }
p { color: rgb(161,140,84); }
H1.HeaderClassName
{
color: #A18C54;
}
.AnyTagClassName
{
color: #A18C54;
}
</style>
background-color css
<style>
a { background-color: #A18C54; }
a { background-color: rgb(161,140,84); }
div.DivClassName
{
background-color: #A18C54;
}
.BgClassName
{
background-color: #A18C54;
}
</style>
border-color css
<style>
span { border-color: #A18C54; }
span { border-color: rgb(161,140,84); }
td.TdClassName
{
border-color: #A18C54;
}
.TagClassName
{
border-color: #A18C54;
}
</style>