Shades of Teak #A59050
Tints of Teak #A59050
RGB
CMYK
RGB Variations
Color information
#A59050 (or 0xA59050) is known color: Teak. HEX triplet: A5, 90 and 50. RGB value is (165,144,80). Sum of RGB (Red+Green+Blue) = 165+144+80=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A59050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59050 is #5A6FAF. Grayscale: #8F8F8F. Windows color (decimal): -5926832 or 5279909. OLE color: 5279909.
HSL color Cylindrical-coordinate representation of color #A59050: hue angle of 45.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A59050 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 80 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.35 |
| HSL | 45.18º | 0.35% | 0.48% | - |
| HSV(B) | 45.18º | 0.52% | 0.65% | - |
| XYZ | 26.94 | 28.53 | 11.68 | - |
| YUV | 142.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 80 | 0 | 0.13 | 0.52 | 0.35 | 45.18 | 0.35 | 0.48 |
| Hex | A5 | 90 | 50 | 0 | D | 34 | 23 | 2D | 23 | 30 |
| Octal | 245 | 220 | 120 | 0 | 15 | 64 | 43 | 55 | 43 | 60 |
| Binary | 10100101 | 10010000 | 1010000 | 0 | 1101 | 110100 | 100011 | 101101 | 100011 | 110000 |
Color Harmonies of #A59050
Complementary color
Monochromatic Colors of #A59050
Black with #A59050
Text Example
Text Example
White with #A59050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59050; }
p { color: rgb(165,144,80); }
H1.HeaderClassName
{
color: #A59050;
}
.AnyTagClassName
{
color: #A59050;
}
</style>
background-color css
<style>
a { background-color: #A59050; }
a { background-color: rgb(165,144,80); }
div.DivClassName
{
background-color: #A59050;
}
.BgClassName
{
background-color: #A59050;
}
</style>
border-color css
<style>
span { border-color: #A59050; }
span { border-color: rgb(165,144,80); }
td.TdClassName
{
border-color: #A59050;
}
.TagClassName
{
border-color: #A59050;
}
</style>