Shades of Teak #A98B5E
Tints of Teak #A98B5E
RGB
CMYK
RGB Variations
Color information
#A98B5E (or 0xA98B5E) is known color: Teak. HEX triplet: A9, 8B and 5E. RGB value is (169,139,94). Sum of RGB (Red+Green+Blue) = 169+139+94=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5E is #5674A1. Grayscale: #8F8F8F. Windows color (decimal): -5665954 or 6196137. OLE color: 6196137.
HSL color Cylindrical-coordinate representation of color #A98B5E: hue angle of 36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98B5E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 94 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.34 |
| HSL | 36º | 0.3% | 0.52% | - |
| HSV(B) | 36º | 0.44% | 0.66% | - |
| XYZ | 27.62 | 27.71 | 14.48 | - |
| YUV | 142.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 94 | 0 | 0.18 | 0.44 | 0.34 | 36 | 0.3 | 0.52 |
| Hex | A9 | 8B | 5E | 0 | 12 | 2C | 22 | 24 | 1E | 34 |
| Octal | 251 | 213 | 136 | 0 | 22 | 54 | 42 | 44 | 36 | 64 |
| Binary | 10101001 | 10001011 | 1011110 | 0 | 10010 | 101100 | 100010 | 100100 | 11110 | 110100 |
Color Harmonies of #A98B5E
Complementary color
Monochromatic Colors of #A98B5E
Black with #A98B5E
Text Example
Text Example
White with #A98B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B5E; }
p { color: rgb(169,139,94); }
H1.HeaderClassName
{
color: #A98B5E;
}
.AnyTagClassName
{
color: #A98B5E;
}
</style>
background-color css
<style>
a { background-color: #A98B5E; }
a { background-color: rgb(169,139,94); }
div.DivClassName
{
background-color: #A98B5E;
}
.BgClassName
{
background-color: #A98B5E;
}
</style>
border-color css
<style>
span { border-color: #A98B5E; }
span { border-color: rgb(169,139,94); }
td.TdClassName
{
border-color: #A98B5E;
}
.TagClassName
{
border-color: #A98B5E;
}
</style>