Shades of Teak #A58D60
Tints of Teak #A58D60
RGB
CMYK
RGB Variations
Color information
#A58D60 (or 0xA58D60) is known color: Teak. HEX triplet: A5, 8D and 60. RGB value is (165,141,96). Sum of RGB (Red+Green+Blue) = 165+141+96=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D60 is #5A729F. Grayscale: #8F8F8F. Windows color (decimal): -5927584 or 6327717. OLE color: 6327717.
HSL color Cylindrical-coordinate representation of color #A58D60: hue angle of 39.13º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58D60 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 96 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.35 |
| HSL | 39.13º | 0.28% | 0.51% | - |
| HSV(B) | 39.13º | 0.42% | 0.65% | - |
| XYZ | 27.15 | 27.89 | 15.02 | - |
| YUV | 143.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 96 | 0 | 0.15 | 0.42 | 0.35 | 39.13 | 0.28 | 0.51 |
| Hex | A5 | 8D | 60 | 0 | F | 2A | 23 | 27 | 1C | 33 |
| Octal | 245 | 215 | 140 | 0 | 17 | 52 | 43 | 47 | 34 | 63 |
| Binary | 10100101 | 10001101 | 1100000 | 0 | 1111 | 101010 | 100011 | 100111 | 11100 | 110011 |
Color Harmonies of #A58D60
Complementary color
Monochromatic Colors of #A58D60
Black with #A58D60
Text Example
Text Example
White with #A58D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D60; }
p { color: rgb(165,141,96); }
H1.HeaderClassName
{
color: #A58D60;
}
.AnyTagClassName
{
color: #A58D60;
}
</style>
background-color css
<style>
a { background-color: #A58D60; }
a { background-color: rgb(165,141,96); }
div.DivClassName
{
background-color: #A58D60;
}
.BgClassName
{
background-color: #A58D60;
}
</style>
border-color css
<style>
span { border-color: #A58D60; }
span { border-color: rgb(165,141,96); }
td.TdClassName
{
border-color: #A58D60;
}
.TagClassName
{
border-color: #A58D60;
}
</style>