Shades of Teak #A58C57
Tints of Teak #A58C57
RGB
CMYK
RGB Variations
Color information
#A58C57 (or 0xA58C57) is known color: Teak. HEX triplet: A5, 8C and 57. RGB value is (165,140,87). Sum of RGB (Red+Green+Blue) = 165+140+87=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C57 is #5A73A8. Grayscale: #8D8D8D. Windows color (decimal): -5927849 or 5737637. OLE color: 5737637.
HSL color Cylindrical-coordinate representation of color #A58C57: hue angle of 40.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A58C57 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 87 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.35 |
| HSL | 40.77º | 0.31% | 0.49% | - |
| HSV(B) | 40.77º | 0.47% | 0.65% | - |
| XYZ | 26.62 | 27.44 | 12.91 | - |
| YUV | 141.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 87 | 0 | 0.15 | 0.47 | 0.35 | 40.77 | 0.31 | 0.49 |
| Hex | A5 | 8C | 57 | 0 | F | 2F | 23 | 29 | 1F | 31 |
| Octal | 245 | 214 | 127 | 0 | 17 | 57 | 43 | 51 | 37 | 61 |
| Binary | 10100101 | 10001100 | 1010111 | 0 | 1111 | 101111 | 100011 | 101001 | 11111 | 110001 |
Color Harmonies of #A58C57
Complementary color
Monochromatic Colors of #A58C57
Black with #A58C57
Text Example
Text Example
White with #A58C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C57; }
p { color: rgb(165,140,87); }
H1.HeaderClassName
{
color: #A58C57;
}
.AnyTagClassName
{
color: #A58C57;
}
</style>
background-color css
<style>
a { background-color: #A58C57; }
a { background-color: rgb(165,140,87); }
div.DivClassName
{
background-color: #A58C57;
}
.BgClassName
{
background-color: #A58C57;
}
</style>
border-color css
<style>
span { border-color: #A58C57; }
span { border-color: rgb(165,140,87); }
td.TdClassName
{
border-color: #A58C57;
}
.TagClassName
{
border-color: #A58C57;
}
</style>