Shades of Teak #A18C52
Tints of Teak #A18C52
RGB
CMYK
RGB Variations
Color information
#A18C52 (or 0xA18C52) is known color: Teak. HEX triplet: A1, 8C and 52. RGB value is (161,140,82). Sum of RGB (Red+Green+Blue) = 161+140+82=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C52 is #5E73AD. Grayscale: #8B8B8B. Windows color (decimal): -6189998 or 5409953. OLE color: 5409953.
HSL color Cylindrical-coordinate representation of color #A18C52: hue angle of 44.05º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A18C52 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 82 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.37 |
| HSL | 44.05º | 0.33% | 0.48% | - |
| HSV(B) | 44.05º | 0.49% | 0.63% | - |
| XYZ | 25.6 | 26.94 | 11.83 | - |
| YUV | 139.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 82 | 0 | 0.13 | 0.49 | 0.37 | 44.05 | 0.33 | 0.48 |
| Hex | A1 | 8C | 52 | 0 | D | 31 | 25 | 2C | 21 | 30 |
| Octal | 241 | 214 | 122 | 0 | 15 | 61 | 45 | 54 | 41 | 60 |
| Binary | 10100001 | 10001100 | 1010010 | 0 | 1101 | 110001 | 100101 | 101100 | 100001 | 110000 |
Color Harmonies of #A18C52
Complementary color
Monochromatic Colors of #A18C52
Black with #A18C52
Text Example
Text Example
White with #A18C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C52; }
p { color: rgb(161,140,82); }
H1.HeaderClassName
{
color: #A18C52;
}
.AnyTagClassName
{
color: #A18C52;
}
</style>
background-color css
<style>
a { background-color: #A18C52; }
a { background-color: rgb(161,140,82); }
div.DivClassName
{
background-color: #A18C52;
}
.BgClassName
{
background-color: #A18C52;
}
</style>
border-color css
<style>
span { border-color: #A18C52; }
span { border-color: rgb(161,140,82); }
td.TdClassName
{
border-color: #A18C52;
}
.TagClassName
{
border-color: #A18C52;
}
</style>