Shades of Teak #A58E61
Tints of Teak #A58E61
RGB
CMYK
RGB Variations
Color information
#A58E61 (or 0xA58E61) is known color: Teak. HEX triplet: A5, 8E and 61. RGB value is (165,142,97). Sum of RGB (Red+Green+Blue) = 165+142+97=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E61 is #5A719E. Grayscale: #8F8F8F. Windows color (decimal): -5927327 or 6393509. OLE color: 6393509.
HSL color Cylindrical-coordinate representation of color #A58E61: hue angle of 39.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58E61 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 97 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.35 |
| HSL | 39.71º | 0.27% | 0.51% | - |
| HSV(B) | 39.71º | 0.41% | 0.65% | - |
| XYZ | 27.35 | 28.21 | 15.31 | - |
| YUV | 143.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 97 | 0 | 0.14 | 0.41 | 0.35 | 39.71 | 0.27 | 0.51 |
| Hex | A5 | 8E | 61 | 0 | E | 29 | 23 | 28 | 1B | 33 |
| Octal | 245 | 216 | 141 | 0 | 16 | 51 | 43 | 50 | 33 | 63 |
| Binary | 10100101 | 10001110 | 1100001 | 0 | 1110 | 101001 | 100011 | 101000 | 11011 | 110011 |
Color Harmonies of #A58E61
Complementary color
Monochromatic Colors of #A58E61
Black with #A58E61
Text Example
Text Example
White with #A58E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E61; }
p { color: rgb(165,142,97); }
H1.HeaderClassName
{
color: #A58E61;
}
.AnyTagClassName
{
color: #A58E61;
}
</style>
background-color css
<style>
a { background-color: #A58E61; }
a { background-color: rgb(165,142,97); }
div.DivClassName
{
background-color: #A58E61;
}
.BgClassName
{
background-color: #A58E61;
}
</style>
border-color css
<style>
span { border-color: #A58E61; }
span { border-color: rgb(165,142,97); }
td.TdClassName
{
border-color: #A58E61;
}
.TagClassName
{
border-color: #A58E61;
}
</style>