Shades of Teak #A58A58
Tints of Teak #A58A58
RGB
CMYK
RGB Variations
Color information
#A58A58 (or 0xA58A58) is known color: Teak. HEX triplet: A5, 8A and 58. RGB value is (165,138,88). Sum of RGB (Red+Green+Blue) = 165+138+88=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A58 is #5A75A7. Grayscale: #8C8C8C. Windows color (decimal): -5928360 or 5802661. OLE color: 5802661.
HSL color Cylindrical-coordinate representation of color #A58A58: hue angle of 38.96º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A58A58 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 88 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.35 |
| HSL | 38.96º | 0.3% | 0.5% | - |
| HSV(B) | 38.96º | 0.47% | 0.65% | - |
| XYZ | 26.37 | 26.88 | 13.03 | - |
| YUV | 140.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 88 | 0 | 0.16 | 0.47 | 0.35 | 38.96 | 0.3 | 0.5 |
| Hex | A5 | 8A | 58 | 0 | 10 | 2F | 23 | 27 | 1E | 32 |
| Octal | 245 | 212 | 130 | 0 | 20 | 57 | 43 | 47 | 36 | 62 |
| Binary | 10100101 | 10001010 | 1011000 | 0 | 10000 | 101111 | 100011 | 100111 | 11110 | 110010 |
Color Harmonies of #A58A58
Complementary color
Monochromatic Colors of #A58A58
Black with #A58A58
Text Example
Text Example
White with #A58A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A58; }
p { color: rgb(165,138,88); }
H1.HeaderClassName
{
color: #A58A58;
}
.AnyTagClassName
{
color: #A58A58;
}
</style>
background-color css
<style>
a { background-color: #A58A58; }
a { background-color: rgb(165,138,88); }
div.DivClassName
{
background-color: #A58A58;
}
.BgClassName
{
background-color: #A58A58;
}
</style>
border-color css
<style>
span { border-color: #A58A58; }
span { border-color: rgb(165,138,88); }
td.TdClassName
{
border-color: #A58A58;
}
.TagClassName
{
border-color: #A58A58;
}
</style>