Shades of Teak #A18A58
Tints of Teak #A18A58
RGB
CMYK
RGB Variations
Color information
#A18A58 (or 0xA18A58) is known color: Teak. HEX triplet: A1, 8A and 58. RGB value is (161,138,88). Sum of RGB (Red+Green+Blue) = 161+138+88=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A58 is #5E75A7. Grayscale: #8B8B8B. Windows color (decimal): -6190504 or 5802657. OLE color: 5802657.
HSL color Cylindrical-coordinate representation of color #A18A58: hue angle of 41.1º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18A58 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 88 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.37 |
| HSL | 41.1º | 0.29% | 0.49% | - |
| HSV(B) | 41.1º | 0.45% | 0.63% | - |
| XYZ | 25.55 | 26.46 | 12.99 | - |
| YUV | 139.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 88 | 0 | 0.14 | 0.45 | 0.37 | 41.1 | 0.29 | 0.49 |
| Hex | A1 | 8A | 58 | 0 | E | 2D | 25 | 29 | 1D | 31 |
| Octal | 241 | 212 | 130 | 0 | 16 | 55 | 45 | 51 | 35 | 61 |
| Binary | 10100001 | 10001010 | 1011000 | 0 | 1110 | 101101 | 100101 | 101001 | 11101 | 110001 |
Color Harmonies of #A18A58
Complementary color
Monochromatic Colors of #A18A58
Black with #A18A58
Text Example
Text Example
White with #A18A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A58; }
p { color: rgb(161,138,88); }
H1.HeaderClassName
{
color: #A18A58;
}
.AnyTagClassName
{
color: #A18A58;
}
</style>
background-color css
<style>
a { background-color: #A18A58; }
a { background-color: rgb(161,138,88); }
div.DivClassName
{
background-color: #A18A58;
}
.BgClassName
{
background-color: #A18A58;
}
</style>
border-color css
<style>
span { border-color: #A18A58; }
span { border-color: rgb(161,138,88); }
td.TdClassName
{
border-color: #A18A58;
}
.TagClassName
{
border-color: #A18A58;
}
</style>