Shades of Teak #A98A54
Tints of Teak #A98A54
RGB
CMYK
RGB Variations
Color information
#A98A54 (or 0xA98A54) is known color: Teak. HEX triplet: A9, 8A and 54. RGB value is (169,138,84). Sum of RGB (Red+Green+Blue) = 169+138+84=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A54 is #5675AB. Grayscale: #8D8D8D. Windows color (decimal): -5666220 or 5540521. OLE color: 5540521.
HSL color Cylindrical-coordinate representation of color #A98A54: hue angle of 38.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A98A54 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 84 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.34 |
| HSL | 38.12º | 0.34% | 0.5% | - |
| HSV(B) | 38.12º | 0.5% | 0.66% | - |
| XYZ | 27.05 | 27.25 | 12.22 | - |
| YUV | 141.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 84 | 0 | 0.18 | 0.50 | 0.34 | 38.12 | 0.34 | 0.5 |
| Hex | A9 | 8A | 54 | 0 | 12 | 32 | 22 | 26 | 22 | 32 |
| Octal | 251 | 212 | 124 | 0 | 22 | 62 | 42 | 46 | 42 | 62 |
| Binary | 10101001 | 10001010 | 1010100 | 0 | 10010 | 110010 | 100010 | 100110 | 100010 | 110010 |
Color Harmonies of #A98A54
Complementary color
Monochromatic Colors of #A98A54
Black with #A98A54
Text Example
Text Example
White with #A98A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A54; }
p { color: rgb(169,138,84); }
H1.HeaderClassName
{
color: #A98A54;
}
.AnyTagClassName
{
color: #A98A54;
}
</style>
background-color css
<style>
a { background-color: #A98A54; }
a { background-color: rgb(169,138,84); }
div.DivClassName
{
background-color: #A98A54;
}
.BgClassName
{
background-color: #A98A54;
}
</style>
border-color css
<style>
span { border-color: #A98A54; }
span { border-color: rgb(169,138,84); }
td.TdClassName
{
border-color: #A98A54;
}
.TagClassName
{
border-color: #A98A54;
}
</style>