Shades of Teak #A08C50
Tints of Teak #A08C50
RGB
CMYK
RGB Variations
Color information
#A08C50 (or 0xA08C50) is known color: Teak. HEX triplet: A0, 8C and 50. RGB value is (160,140,80). Sum of RGB (Red+Green+Blue) = 160+140+80=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C50 is #5F73AF. Grayscale: #8B8B8B. Windows color (decimal): -6255536 or 5278880. OLE color: 5278880.
HSL color Cylindrical-coordinate representation of color #A08C50: hue angle of 45º 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 #A08C50 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 80 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.37 |
| HSL | 45º | 0.33% | 0.47% | - |
| HSV(B) | 45º | 0.5% | 0.63% | - |
| XYZ | 25.32 | 26.81 | 11.43 | - |
| YUV | 139.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 80 | 0 | 0.12 | 0.5 | 0.37 | 45 | 0.33 | 0.47 |
| Hex | A0 | 8C | 50 | 0 | C | 32 | 25 | 2D | 21 | 2F |
| Octal | 240 | 214 | 120 | 0 | 14 | 62 | 45 | 55 | 41 | 57 |
| Binary | 10100000 | 10001100 | 1010000 | 0 | 1100 | 110010 | 100101 | 101101 | 100001 | 101111 |
Color Harmonies of #A08C50
Complementary color
Monochromatic Colors of #A08C50
Black with #A08C50
Text Example
Text Example
White with #A08C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C50; }
p { color: rgb(160,140,80); }
H1.HeaderClassName
{
color: #A08C50;
}
.AnyTagClassName
{
color: #A08C50;
}
</style>
background-color css
<style>
a { background-color: #A08C50; }
a { background-color: rgb(160,140,80); }
div.DivClassName
{
background-color: #A08C50;
}
.BgClassName
{
background-color: #A08C50;
}
</style>
border-color css
<style>
span { border-color: #A08C50; }
span { border-color: rgb(160,140,80); }
td.TdClassName
{
border-color: #A08C50;
}
.TagClassName
{
border-color: #A08C50;
}
</style>