Shades of Teak #A58E5E
Tints of Teak #A58E5E
RGB
CMYK
RGB Variations
Color information
#A58E5E (or 0xA58E5E) is known color: Teak. HEX triplet: A5, 8E and 5E. RGB value is (165,142,94). Sum of RGB (Red+Green+Blue) = 165+142+94=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E5E is #5A71A1. Grayscale: #8F8F8F. Windows color (decimal): -5927330 or 6196901. OLE color: 6196901.
HSL color Cylindrical-coordinate representation of color #A58E5E: hue angle of 40.56º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58E5E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 142 | 94 | - |
CMYK | 0 | 0.14 | 0.43 | 0.35 |
HSL | 40.56º | 0.28% | 0.51% | - |
HSV(B) | 40.56º | 0.43% | 0.65% | - |
XYZ | 27.21 | 28.15 | 14.59 | - |
YUV | 143.41 | 100.12 | 143.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 142 | 94 | 0 | 0.14 | 0.43 | 0.35 | 40.56 | 0.28 | 0.51 |
Hex | A5 | 8E | 5E | 0 | E | 2B | 23 | 29 | 1C | 33 |
Octal | 245 | 216 | 136 | 0 | 16 | 53 | 43 | 51 | 34 | 63 |
Binary | 10100101 | 10001110 | 1011110 | 0 | 1110 | 101011 | 100011 | 101001 | 11100 | 110011 |
Color Harmonies of #A58E5E
Complementary color
Monochromatic Colors of #A58E5E
Black with #A58E5E
Text Example
Text Example
White with #A58E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E5E; }
p { color: rgb(165,142,94); }
H1.HeaderClassName
{
color: #A58E5E;
}
.AnyTagClassName
{
color: #A58E5E;
}
</style>
background-color css
<style>
a { background-color: #A58E5E; }
a { background-color: rgb(165,142,94); }
div.DivClassName
{
background-color: #A58E5E;
}
.BgClassName
{
background-color: #A58E5E;
}
</style>
border-color css
<style>
span { border-color: #A58E5E; }
span { border-color: rgb(165,142,94); }
td.TdClassName
{
border-color: #A58E5E;
}
.TagClassName
{
border-color: #A58E5E;
}
</style>