Shades of Teak #A08A54
Tints of Teak #A08A54
RGB
CMYK
RGB Variations
Color information
#A08A54 (or 0xA08A54) is known color: Teak. HEX triplet: A0, 8A and 54. RGB value is (160,138,84). Sum of RGB (Red+Green+Blue) = 160+138+84=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A54 is #5F75AB. Grayscale: #8A8A8A. Windows color (decimal): -6256044 or 5540512. OLE color: 5540512.
HSL color Cylindrical-coordinate representation of color #A08A54: hue angle of 42.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A08A54 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 84 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.37 |
| HSL | 42.63º | 0.31% | 0.48% | - |
| HSV(B) | 42.63º | 0.48% | 0.63% | - |
| XYZ | 25.19 | 26.29 | 12.13 | - |
| YUV | 138.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 84 | 0 | 0.14 | 0.48 | 0.37 | 42.63 | 0.31 | 0.48 |
| Hex | A0 | 8A | 54 | 0 | E | 30 | 25 | 2B | 1F | 30 |
| Octal | 240 | 212 | 124 | 0 | 16 | 60 | 45 | 53 | 37 | 60 |
| Binary | 10100000 | 10001010 | 1010100 | 0 | 1110 | 110000 | 100101 | 101011 | 11111 | 110000 |
Color Harmonies of #A08A54
Complementary color
Monochromatic Colors of #A08A54
Black with #A08A54
Text Example
Text Example
White with #A08A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A54; }
p { color: rgb(160,138,84); }
H1.HeaderClassName
{
color: #A08A54;
}
.AnyTagClassName
{
color: #A08A54;
}
</style>
background-color css
<style>
a { background-color: #A08A54; }
a { background-color: rgb(160,138,84); }
div.DivClassName
{
background-color: #A08A54;
}
.BgClassName
{
background-color: #A08A54;
}
</style>
border-color css
<style>
span { border-color: #A08A54; }
span { border-color: rgb(160,138,84); }
td.TdClassName
{
border-color: #A08A54;
}
.TagClassName
{
border-color: #A08A54;
}
</style>