Shades of Teak #A18E5C
Tints of Teak #A18E5C
RGB
CMYK
RGB Variations
Color information
#A18E5C (or 0xA18E5C) is known color: Teak. HEX triplet: A1, 8E and 5C. RGB value is (161,142,92). Sum of RGB (Red+Green+Blue) = 161+142+92=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E5C is #5E71A3. Grayscale: #8E8E8E. Windows color (decimal): -6189476 or 6065825. OLE color: 6065825.
HSL color Cylindrical-coordinate representation of color #A18E5C: hue angle of 43.48º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18E5C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 92 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.37 |
| HSL | 43.48º | 0.27% | 0.5% | - |
| HSV(B) | 43.48º | 0.43% | 0.63% | - |
| XYZ | 26.3 | 27.7 | 14.08 | - |
| YUV | 141.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 92 | 0 | 0.12 | 0.43 | 0.37 | 43.48 | 0.27 | 0.5 |
| Hex | A1 | 8E | 5C | 0 | C | 2B | 25 | 2B | 1B | 32 |
| Octal | 241 | 216 | 134 | 0 | 14 | 53 | 45 | 53 | 33 | 62 |
| Binary | 10100001 | 10001110 | 1011100 | 0 | 1100 | 101011 | 100101 | 101011 | 11011 | 110010 |
Color Harmonies of #A18E5C
Complementary color
Monochromatic Colors of #A18E5C
Black with #A18E5C
Text Example
Text Example
White with #A18E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E5C; }
p { color: rgb(161,142,92); }
H1.HeaderClassName
{
color: #A18E5C;
}
.AnyTagClassName
{
color: #A18E5C;
}
</style>
background-color css
<style>
a { background-color: #A18E5C; }
a { background-color: rgb(161,142,92); }
div.DivClassName
{
background-color: #A18E5C;
}
.BgClassName
{
background-color: #A18E5C;
}
</style>
border-color css
<style>
span { border-color: #A18E5C; }
span { border-color: rgb(161,142,92); }
td.TdClassName
{
border-color: #A18E5C;
}
.TagClassName
{
border-color: #A18E5C;
}
</style>