Shades of Teak #A98D4E
Tints of Teak #A98D4E
RGB
CMYK
RGB Variations
Color information
#A98D4E (or 0xA98D4E) is known color: Teak. HEX triplet: A9, 8D and 4E. RGB value is (169,141,78). Sum of RGB (Red+Green+Blue) = 169+141+78=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D4E is #5672B1. Grayscale: #8E8E8E. Windows color (decimal): -5665458 or 5148073. OLE color: 5148073.
HSL color Cylindrical-coordinate representation of color #A98D4E: hue angle of 41.54º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A98D4E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 78 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.34 |
| HSL | 41.54º | 0.37% | 0.48% | - |
| HSV(B) | 41.54º | 0.54% | 0.66% | - |
| XYZ | 27.26 | 28.03 | 11.18 | - |
| YUV | 142.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 78 | 0 | 0.17 | 0.54 | 0.34 | 41.54 | 0.37 | 0.48 |
| Hex | A9 | 8D | 4E | 0 | 11 | 36 | 22 | 2A | 25 | 30 |
| Octal | 251 | 215 | 116 | 0 | 21 | 66 | 42 | 52 | 45 | 60 |
| Binary | 10101001 | 10001101 | 1001110 | 0 | 10001 | 110110 | 100010 | 101010 | 100101 | 110000 |
Color Harmonies of #A98D4E
Complementary color
Monochromatic Colors of #A98D4E
Black with #A98D4E
Text Example
Text Example
White with #A98D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D4E; }
p { color: rgb(169,141,78); }
H1.HeaderClassName
{
color: #A98D4E;
}
.AnyTagClassName
{
color: #A98D4E;
}
</style>
background-color css
<style>
a { background-color: #A98D4E; }
a { background-color: rgb(169,141,78); }
div.DivClassName
{
background-color: #A98D4E;
}
.BgClassName
{
background-color: #A98D4E;
}
</style>
border-color css
<style>
span { border-color: #A98D4E; }
span { border-color: rgb(169,141,78); }
td.TdClassName
{
border-color: #A98D4E;
}
.TagClassName
{
border-color: #A98D4E;
}
</style>