Shades of Teak #A58A5C
Tints of Teak #A58A5C
RGB
CMYK
RGB Variations
Color information
#A58A5C (or 0xA58A5C) is known color: Teak. HEX triplet: A5, 8A and 5C. RGB value is (165,138,92). Sum of RGB (Red+Green+Blue) = 165+138+92=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A5C is #5A75A3. Grayscale: #8D8D8D. Windows color (decimal): -5928356 or 6064805. OLE color: 6064805.
HSL color Cylindrical-coordinate representation of color #A58A5C: hue angle of 37.81º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58A5C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 92 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.35 |
| HSL | 37.81º | 0.29% | 0.5% | - |
| HSV(B) | 37.81º | 0.44% | 0.65% | - |
| XYZ | 26.54 | 26.95 | 13.93 | - |
| YUV | 140.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 92 | 0 | 0.16 | 0.44 | 0.35 | 37.81 | 0.29 | 0.5 |
| Hex | A5 | 8A | 5C | 0 | 10 | 2C | 23 | 26 | 1D | 32 |
| Octal | 245 | 212 | 134 | 0 | 20 | 54 | 43 | 46 | 35 | 62 |
| Binary | 10100101 | 10001010 | 1011100 | 0 | 10000 | 101100 | 100011 | 100110 | 11101 | 110010 |
Color Harmonies of #A58A5C
Complementary color
Monochromatic Colors of #A58A5C
Black with #A58A5C
Text Example
Text Example
White with #A58A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A5C; }
p { color: rgb(165,138,92); }
H1.HeaderClassName
{
color: #A58A5C;
}
.AnyTagClassName
{
color: #A58A5C;
}
</style>
background-color css
<style>
a { background-color: #A58A5C; }
a { background-color: rgb(165,138,92); }
div.DivClassName
{
background-color: #A58A5C;
}
.BgClassName
{
background-color: #A58A5C;
}
</style>
border-color css
<style>
span { border-color: #A58A5C; }
span { border-color: rgb(165,138,92); }
td.TdClassName
{
border-color: #A58A5C;
}
.TagClassName
{
border-color: #A58A5C;
}
</style>