Shades of Teak #A98A5B
Tints of Teak #A98A5B
RGB
CMYK
RGB Variations
Color information
#A98A5B (or 0xA98A5B) is known color: Teak. HEX triplet: A9, 8A and 5B. RGB value is (169,138,91). Sum of RGB (Red+Green+Blue) = 169+138+91=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A5B is #5675A4. Grayscale: #8E8E8E. Windows color (decimal): -5666213 or 5999273. OLE color: 5999273.
HSL color Cylindrical-coordinate representation of color #A98A5B: hue angle of 36.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A98A5B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 91 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.34 |
| HSL | 36.15º | 0.31% | 0.51% | - |
| HSV(B) | 36.15º | 0.46% | 0.66% | - |
| XYZ | 27.34 | 27.37 | 13.74 | - |
| YUV | 141.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 91 | 0 | 0.18 | 0.46 | 0.34 | 36.15 | 0.31 | 0.51 |
| Hex | A9 | 8A | 5B | 0 | 12 | 2E | 22 | 24 | 1F | 33 |
| Octal | 251 | 212 | 133 | 0 | 22 | 56 | 42 | 44 | 37 | 63 |
| Binary | 10101001 | 10001010 | 1011011 | 0 | 10010 | 101110 | 100010 | 100100 | 11111 | 110011 |
Color Harmonies of #A98A5B
Complementary color
Monochromatic Colors of #A98A5B
Black with #A98A5B
Text Example
Text Example
White with #A98A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A5B; }
p { color: rgb(169,138,91); }
H1.HeaderClassName
{
color: #A98A5B;
}
.AnyTagClassName
{
color: #A98A5B;
}
</style>
background-color css
<style>
a { background-color: #A98A5B; }
a { background-color: rgb(169,138,91); }
div.DivClassName
{
background-color: #A98A5B;
}
.BgClassName
{
background-color: #A98A5B;
}
</style>
border-color css
<style>
span { border-color: #A98A5B; }
span { border-color: rgb(169,138,91); }
td.TdClassName
{
border-color: #A98A5B;
}
.TagClassName
{
border-color: #A98A5B;
}
</style>