Shades of Teak #A58A50
Tints of Teak #A58A50
RGB
CMYK
RGB Variations
Color information
#A58A50 (or 0xA58A50) is known color: Teak. HEX triplet: A5, 8A and 50. RGB value is (165,138,80). Sum of RGB (Red+Green+Blue) = 165+138+80=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A50 is #5A75AF. Grayscale: #8B8B8B. Windows color (decimal): -5928368 or 5278373. OLE color: 5278373.
HSL color Cylindrical-coordinate representation of color #A58A50: hue angle of 40.94º 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 #A58A50 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 80 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.35 |
| HSL | 40.94º | 0.35% | 0.48% | - |
| HSV(B) | 40.94º | 0.52% | 0.65% | - |
| XYZ | 26.05 | 26.76 | 11.38 | - |
| YUV | 139.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 80 | 0 | 0.16 | 0.52 | 0.35 | 40.94 | 0.35 | 0.48 |
| Hex | A5 | 8A | 50 | 0 | 10 | 34 | 23 | 29 | 23 | 30 |
| Octal | 245 | 212 | 120 | 0 | 20 | 64 | 43 | 51 | 43 | 60 |
| Binary | 10100101 | 10001010 | 1010000 | 0 | 10000 | 110100 | 100011 | 101001 | 100011 | 110000 |
Color Harmonies of #A58A50
Complementary color
Monochromatic Colors of #A58A50
Black with #A58A50
Text Example
Text Example
White with #A58A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A50; }
p { color: rgb(165,138,80); }
H1.HeaderClassName
{
color: #A58A50;
}
.AnyTagClassName
{
color: #A58A50;
}
</style>
background-color css
<style>
a { background-color: #A58A50; }
a { background-color: rgb(165,138,80); }
div.DivClassName
{
background-color: #A58A50;
}
.BgClassName
{
background-color: #A58A50;
}
</style>
border-color css
<style>
span { border-color: #A58A50; }
span { border-color: rgb(165,138,80); }
td.TdClassName
{
border-color: #A58A50;
}
.TagClassName
{
border-color: #A58A50;
}
</style>