Shades of Teak #A59260
Tints of Teak #A59260
RGB
CMYK
RGB Variations
Color information
#A59260 (or 0xA59260) is known color: Teak. HEX triplet: A5, 92 and 60. RGB value is (165,146,96). Sum of RGB (Red+Green+Blue) = 165+146+96=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59260 is #5A6D9F. Grayscale: #929292. Windows color (decimal): -5926304 or 6328997. OLE color: 6328997.
HSL color Cylindrical-coordinate representation of color #A59260: hue angle of 43.48º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59260 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 96 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.35 |
| HSL | 43.48º | 0.28% | 0.51% | - |
| HSV(B) | 43.48º | 0.42% | 0.65% | - |
| XYZ | 27.91 | 29.4 | 15.27 | - |
| YUV | 145.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 96 | 0 | 0.12 | 0.42 | 0.35 | 43.48 | 0.28 | 0.51 |
| Hex | A5 | 92 | 60 | 0 | C | 2A | 23 | 2B | 1C | 33 |
| Octal | 245 | 222 | 140 | 0 | 14 | 52 | 43 | 53 | 34 | 63 |
| Binary | 10100101 | 10010010 | 1100000 | 0 | 1100 | 101010 | 100011 | 101011 | 11100 | 110011 |
Color Harmonies of #A59260
Complementary color
Monochromatic Colors of #A59260
Black with #A59260
Text Example
Text Example
White with #A59260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59260; }
p { color: rgb(165,146,96); }
H1.HeaderClassName
{
color: #A59260;
}
.AnyTagClassName
{
color: #A59260;
}
</style>
background-color css
<style>
a { background-color: #A59260; }
a { background-color: rgb(165,146,96); }
div.DivClassName
{
background-color: #A59260;
}
.BgClassName
{
background-color: #A59260;
}
</style>
border-color css
<style>
span { border-color: #A59260; }
span { border-color: rgb(165,146,96); }
td.TdClassName
{
border-color: #A59260;
}
.TagClassName
{
border-color: #A59260;
}
</style>