Shades of Teak #A58658
Tints of Teak #A58658
RGB
CMYK
RGB Variations
Color information
#A58658 (or 0xA58658) is known color: Teak. HEX triplet: A5, 86 and 58. RGB value is (165,134,88). Sum of RGB (Red+Green+Blue) = 165+134+88=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A58658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58658 is #5A79A7. Grayscale: #8A8A8A. Windows color (decimal): -5929384 or 5801637. OLE color: 5801637.
HSL color Cylindrical-coordinate representation of color #A58658: hue angle of 35.84º 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 #A58658 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 134 | 88 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.35 |
| HSL | 35.84º | 0.3% | 0.5% | - |
| HSV(B) | 35.84º | 0.47% | 0.65% | - |
| XYZ | 25.8 | 25.75 | 12.84 | - |
| YUV | 138.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 88 | 0 | 0.19 | 0.47 | 0.35 | 35.84 | 0.3 | 0.5 |
| Hex | A5 | 86 | 58 | 0 | 13 | 2F | 23 | 24 | 1E | 32 |
| Octal | 245 | 206 | 130 | 0 | 23 | 57 | 43 | 44 | 36 | 62 |
| Binary | 10100101 | 10000110 | 1011000 | 0 | 10011 | 101111 | 100011 | 100100 | 11110 | 110010 |
Color Harmonies of #A58658
Complementary color
Monochromatic Colors of #A58658
Black with #A58658
Text Example
Text Example
White with #A58658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58658; }
p { color: rgb(165,134,88); }
H1.HeaderClassName
{
color: #A58658;
}
.AnyTagClassName
{
color: #A58658;
}
</style>
background-color css
<style>
a { background-color: #A58658; }
a { background-color: rgb(165,134,88); }
div.DivClassName
{
background-color: #A58658;
}
.BgClassName
{
background-color: #A58658;
}
</style>
border-color css
<style>
span { border-color: #A58658; }
span { border-color: rgb(165,134,88); }
td.TdClassName
{
border-color: #A58658;
}
.TagClassName
{
border-color: #A58658;
}
</style>