Shades of Teak #A39050
Tints of Teak #A39050
RGB
CMYK
RGB Variations
Color information
#A39050 (or 0xA39050) is known color: Teak. HEX triplet: A3, 90 and 50. RGB value is (163,144,80). Sum of RGB (Red+Green+Blue) = 163+144+80=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A39050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39050 is #5C6FAF. Grayscale: #8E8E8E. Windows color (decimal): -6057904 or 5279907. OLE color: 5279907.
HSL color Cylindrical-coordinate representation of color #A39050: hue angle of 46.27º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A39050 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 80 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.36 |
| HSL | 46.27º | 0.34% | 0.48% | - |
| HSV(B) | 46.27º | 0.51% | 0.64% | - |
| XYZ | 26.53 | 28.31 | 11.66 | - |
| YUV | 142.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 80 | 0 | 0.12 | 0.51 | 0.36 | 46.27 | 0.34 | 0.48 |
| Hex | A3 | 90 | 50 | 0 | C | 33 | 24 | 2E | 22 | 30 |
| Octal | 243 | 220 | 120 | 0 | 14 | 63 | 44 | 56 | 42 | 60 |
| Binary | 10100011 | 10010000 | 1010000 | 0 | 1100 | 110011 | 100100 | 101110 | 100010 | 110000 |
Color Harmonies of #A39050
Complementary color
Monochromatic Colors of #A39050
Black with #A39050
Text Example
Text Example
White with #A39050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39050; }
p { color: rgb(163,144,80); }
H1.HeaderClassName
{
color: #A39050;
}
.AnyTagClassName
{
color: #A39050;
}
</style>
background-color css
<style>
a { background-color: #A39050; }
a { background-color: rgb(163,144,80); }
div.DivClassName
{
background-color: #A39050;
}
.BgClassName
{
background-color: #A39050;
}
</style>
border-color css
<style>
span { border-color: #A39050; }
span { border-color: rgb(163,144,80); }
td.TdClassName
{
border-color: #A39050;
}
.TagClassName
{
border-color: #A39050;
}
</style>