Shades of Teak #A18E5F
Tints of Teak #A18E5F
RGB
CMYK
RGB Variations
Color information
#A18E5F (or 0xA18E5F) is known color: Teak. HEX triplet: A1, 8E and 5F. RGB value is (161,142,95). Sum of RGB (Red+Green+Blue) = 161+142+95=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E5F is #5E71A0. Grayscale: #8E8E8E. Windows color (decimal): -6189473 or 6262433. OLE color: 6262433.
HSL color Cylindrical-coordinate representation of color #A18E5F: hue angle of 42.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18E5F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 95 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.37 |
| HSL | 42.73º | 0.26% | 0.5% | - |
| HSV(B) | 42.73º | 0.41% | 0.63% | - |
| XYZ | 26.44 | 27.75 | 14.79 | - |
| YUV | 142.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 95 | 0 | 0.12 | 0.41 | 0.37 | 42.73 | 0.26 | 0.5 |
| Hex | A1 | 8E | 5F | 0 | C | 29 | 25 | 2B | 1A | 32 |
| Octal | 241 | 216 | 137 | 0 | 14 | 51 | 45 | 53 | 32 | 62 |
| Binary | 10100001 | 10001110 | 1011111 | 0 | 1100 | 101001 | 100101 | 101011 | 11010 | 110010 |
Color Harmonies of #A18E5F
Complementary color
Monochromatic Colors of #A18E5F
Black with #A18E5F
Text Example
Text Example
White with #A18E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E5F; }
p { color: rgb(161,142,95); }
H1.HeaderClassName
{
color: #A18E5F;
}
.AnyTagClassName
{
color: #A18E5F;
}
</style>
background-color css
<style>
a { background-color: #A18E5F; }
a { background-color: rgb(161,142,95); }
div.DivClassName
{
background-color: #A18E5F;
}
.BgClassName
{
background-color: #A18E5F;
}
</style>
border-color css
<style>
span { border-color: #A18E5F; }
span { border-color: rgb(161,142,95); }
td.TdClassName
{
border-color: #A18E5F;
}
.TagClassName
{
border-color: #A18E5F;
}
</style>