Shades of Teak #A58D4E
Tints of Teak #A58D4E
RGB
CMYK
RGB Variations
Color information
#A58D4E (or 0xA58D4E) is known color: Teak. HEX triplet: A5, 8D and 4E. RGB value is (165,141,78). Sum of RGB (Red+Green+Blue) = 165+141+78=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D4E is #5A72B1. Grayscale: #8D8D8D. Windows color (decimal): -5927602 or 5148069. OLE color: 5148069.
HSL color Cylindrical-coordinate representation of color #A58D4E: hue angle of 43.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A58D4E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 78 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.35 |
| HSL | 43.45º | 0.36% | 0.48% | - |
| HSV(B) | 43.45º | 0.53% | 0.65% | - |
| XYZ | 26.42 | 27.6 | 11.14 | - |
| YUV | 140.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 78 | 0 | 0.15 | 0.53 | 0.35 | 43.45 | 0.36 | 0.48 |
| Hex | A5 | 8D | 4E | 0 | F | 35 | 23 | 2B | 24 | 30 |
| Octal | 245 | 215 | 116 | 0 | 17 | 65 | 43 | 53 | 44 | 60 |
| Binary | 10100101 | 10001101 | 1001110 | 0 | 1111 | 110101 | 100011 | 101011 | 100100 | 110000 |
Color Harmonies of #A58D4E
Complementary color
Monochromatic Colors of #A58D4E
Black with #A58D4E
Text Example
Text Example
White with #A58D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D4E; }
p { color: rgb(165,141,78); }
H1.HeaderClassName
{
color: #A58D4E;
}
.AnyTagClassName
{
color: #A58D4E;
}
</style>
background-color css
<style>
a { background-color: #A58D4E; }
a { background-color: rgb(165,141,78); }
div.DivClassName
{
background-color: #A58D4E;
}
.BgClassName
{
background-color: #A58D4E;
}
</style>
border-color css
<style>
span { border-color: #A58D4E; }
span { border-color: rgb(165,141,78); }
td.TdClassName
{
border-color: #A58D4E;
}
.TagClassName
{
border-color: #A58D4E;
}
</style>