Shades of Teak #A18A5B
Tints of Teak #A18A5B
RGB
CMYK
RGB Variations
Color information
#A18A5B (or 0xA18A5B) is known color: Teak. HEX triplet: A1, 8A and 5B. RGB value is (161,138,91). Sum of RGB (Red+Green+Blue) = 161+138+91=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A5B is #5E75A4. Grayscale: #8B8B8B. Windows color (decimal): -6190501 or 5999265. OLE color: 5999265.
HSL color Cylindrical-coordinate representation of color #A18A5B: hue angle of 40.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18A5B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 91 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.37 |
| HSL | 40.29º | 0.28% | 0.49% | - |
| HSV(B) | 40.29º | 0.43% | 0.63% | - |
| XYZ | 25.67 | 26.51 | 13.66 | - |
| YUV | 139.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 91 | 0 | 0.14 | 0.43 | 0.37 | 40.29 | 0.28 | 0.49 |
| Hex | A1 | 8A | 5B | 0 | E | 2B | 25 | 28 | 1C | 31 |
| Octal | 241 | 212 | 133 | 0 | 16 | 53 | 45 | 50 | 34 | 61 |
| Binary | 10100001 | 10001010 | 1011011 | 0 | 1110 | 101011 | 100101 | 101000 | 11100 | 110001 |
Color Harmonies of #A18A5B
Complementary color
Monochromatic Colors of #A18A5B
Black with #A18A5B
Text Example
Text Example
White with #A18A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A5B; }
p { color: rgb(161,138,91); }
H1.HeaderClassName
{
color: #A18A5B;
}
.AnyTagClassName
{
color: #A18A5B;
}
</style>
background-color css
<style>
a { background-color: #A18A5B; }
a { background-color: rgb(161,138,91); }
div.DivClassName
{
background-color: #A18A5B;
}
.BgClassName
{
background-color: #A18A5B;
}
</style>
border-color css
<style>
span { border-color: #A18A5B; }
span { border-color: rgb(161,138,91); }
td.TdClassName
{
border-color: #A18A5B;
}
.TagClassName
{
border-color: #A18A5B;
}
</style>