Shades of Teak #A98B59
Tints of Teak #A98B59
RGB
CMYK
RGB Variations
Color information
#A98B59 (or 0xA98B59) is known color: Teak. HEX triplet: A9, 8B and 59. RGB value is (169,139,89). Sum of RGB (Red+Green+Blue) = 169+139+89=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B59 is #5674A6. Grayscale: #8E8E8E. Windows color (decimal): -5665959 or 5868457. OLE color: 5868457.
HSL color Cylindrical-coordinate representation of color #A98B59: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A98B59 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 89 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.34 |
| HSL | 37.5º | 0.32% | 0.51% | - |
| HSV(B) | 37.5º | 0.47% | 0.66% | - |
| XYZ | 27.4 | 27.62 | 13.34 | - |
| YUV | 142.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 89 | 0 | 0.18 | 0.47 | 0.34 | 37.5 | 0.32 | 0.51 |
| Hex | A9 | 8B | 59 | 0 | 12 | 2F | 22 | 26 | 20 | 33 |
| Octal | 251 | 213 | 131 | 0 | 22 | 57 | 42 | 46 | 40 | 63 |
| Binary | 10101001 | 10001011 | 1011001 | 0 | 10010 | 101111 | 100010 | 100110 | 100000 | 110011 |
Color Harmonies of #A98B59
Complementary color
Monochromatic Colors of #A98B59
Black with #A98B59
Text Example
Text Example
White with #A98B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B59; }
p { color: rgb(169,139,89); }
H1.HeaderClassName
{
color: #A98B59;
}
.AnyTagClassName
{
color: #A98B59;
}
</style>
background-color css
<style>
a { background-color: #A98B59; }
a { background-color: rgb(169,139,89); }
div.DivClassName
{
background-color: #A98B59;
}
.BgClassName
{
background-color: #A98B59;
}
</style>
border-color css
<style>
span { border-color: #A98B59; }
span { border-color: rgb(169,139,89); }
td.TdClassName
{
border-color: #A98B59;
}
.TagClassName
{
border-color: #A98B59;
}
</style>