Shades of Teak #A08950
Tints of Teak #A08950
RGB
CMYK
RGB Variations
Color information
#A08950 (or 0xA08950) is known color: Teak. HEX triplet: A0, 89 and 50. RGB value is (160,137,80). Sum of RGB (Red+Green+Blue) = 160+137+80=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A08950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08950 is #5F76AF. Grayscale: #898989. Windows color (decimal): -6256304 or 5278112. OLE color: 5278112.
HSL color Cylindrical-coordinate representation of color #A08950: hue angle of 42.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A08950 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 80 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.37 |
| HSL | 42.75º | 0.33% | 0.47% | - |
| HSV(B) | 42.75º | 0.5% | 0.63% | - |
| XYZ | 24.89 | 25.94 | 11.29 | - |
| YUV | 137.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 80 | 0 | 0.14 | 0.5 | 0.37 | 42.75 | 0.33 | 0.47 |
| Hex | A0 | 89 | 50 | 0 | E | 32 | 25 | 2B | 21 | 2F |
| Octal | 240 | 211 | 120 | 0 | 16 | 62 | 45 | 53 | 41 | 57 |
| Binary | 10100000 | 10001001 | 1010000 | 0 | 1110 | 110010 | 100101 | 101011 | 100001 | 101111 |
Color Harmonies of #A08950
Complementary color
Monochromatic Colors of #A08950
Black with #A08950
Text Example
Text Example
White with #A08950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08950; }
p { color: rgb(160,137,80); }
H1.HeaderClassName
{
color: #A08950;
}
.AnyTagClassName
{
color: #A08950;
}
</style>
background-color css
<style>
a { background-color: #A08950; }
a { background-color: rgb(160,137,80); }
div.DivClassName
{
background-color: #A08950;
}
.BgClassName
{
background-color: #A08950;
}
</style>
border-color css
<style>
span { border-color: #A08950; }
span { border-color: rgb(160,137,80); }
td.TdClassName
{
border-color: #A08950;
}
.TagClassName
{
border-color: #A08950;
}
</style>