Shades of Teak #A58E50
Tints of Teak #A58E50
RGB
CMYK
RGB Variations
Color information
#A58E50 (or 0xA58E50) is known color: Teak. HEX triplet: A5, 8E and 50. RGB value is (165,142,80). Sum of RGB (Red+Green+Blue) = 165+142+80=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E50 is #5A71AF. Grayscale: #8E8E8E. Windows color (decimal): -5927344 or 5279397. OLE color: 5279397.
HSL color Cylindrical-coordinate representation of color #A58E50: hue angle of 43.76º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A58E50 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 80 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.35 |
| HSL | 43.76º | 0.35% | 0.48% | - |
| HSV(B) | 43.76º | 0.52% | 0.65% | - |
| XYZ | 26.64 | 27.92 | 11.58 | - |
| YUV | 141.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 80 | 0 | 0.14 | 0.52 | 0.35 | 43.76 | 0.35 | 0.48 |
| Hex | A5 | 8E | 50 | 0 | E | 34 | 23 | 2C | 23 | 30 |
| Octal | 245 | 216 | 120 | 0 | 16 | 64 | 43 | 54 | 43 | 60 |
| Binary | 10100101 | 10001110 | 1010000 | 0 | 1110 | 110100 | 100011 | 101100 | 100011 | 110000 |
Color Harmonies of #A58E50
Complementary color
Monochromatic Colors of #A58E50
Black with #A58E50
Text Example
Text Example
White with #A58E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E50; }
p { color: rgb(165,142,80); }
H1.HeaderClassName
{
color: #A58E50;
}
.AnyTagClassName
{
color: #A58E50;
}
</style>
background-color css
<style>
a { background-color: #A58E50; }
a { background-color: rgb(165,142,80); }
div.DivClassName
{
background-color: #A58E50;
}
.BgClassName
{
background-color: #A58E50;
}
</style>
border-color css
<style>
span { border-color: #A58E50; }
span { border-color: rgb(165,142,80); }
td.TdClassName
{
border-color: #A58E50;
}
.TagClassName
{
border-color: #A58E50;
}
</style>