Shades of Teak #A98A53
Tints of Teak #A98A53
RGB
CMYK
RGB Variations
Color information
#A98A53 (or 0xA98A53) is known color: Teak. HEX triplet: A9, 8A and 53. RGB value is (169,138,83). Sum of RGB (Red+Green+Blue) = 169+138+83=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A53 is #5675AC. Grayscale: #8D8D8D. Windows color (decimal): -5666221 or 5474985. OLE color: 5474985.
HSL color Cylindrical-coordinate representation of color #A98A53: hue angle of 38.37º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A98A53 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 83 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.34 |
| HSL | 38.37º | 0.34% | 0.49% | - |
| HSV(B) | 38.37º | 0.51% | 0.66% | - |
| XYZ | 27.01 | 27.24 | 12.02 | - |
| YUV | 141 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 83 | 0 | 0.18 | 0.51 | 0.34 | 38.37 | 0.34 | 0.49 |
| Hex | A9 | 8A | 53 | 0 | 12 | 33 | 22 | 26 | 22 | 31 |
| Octal | 251 | 212 | 123 | 0 | 22 | 63 | 42 | 46 | 42 | 61 |
| Binary | 10101001 | 10001010 | 1010011 | 0 | 10010 | 110011 | 100010 | 100110 | 100010 | 110001 |
Color Harmonies of #A98A53
Complementary color
Monochromatic Colors of #A98A53
Black with #A98A53
Text Example
Text Example
White with #A98A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A53; }
p { color: rgb(169,138,83); }
H1.HeaderClassName
{
color: #A98A53;
}
.AnyTagClassName
{
color: #A98A53;
}
</style>
background-color css
<style>
a { background-color: #A98A53; }
a { background-color: rgb(169,138,83); }
div.DivClassName
{
background-color: #A98A53;
}
.BgClassName
{
background-color: #A98A53;
}
</style>
border-color css
<style>
span { border-color: #A98A53; }
span { border-color: rgb(169,138,83); }
td.TdClassName
{
border-color: #A98A53;
}
.TagClassName
{
border-color: #A98A53;
}
</style>