Shades of Teak #A98955
Tints of Teak #A98955
RGB
CMYK
RGB Variations
Color information
#A98955 (or 0xA98955) is known color: Teak. HEX triplet: A9, 89 and 55. RGB value is (169,137,85). Sum of RGB (Red+Green+Blue) = 169+137+85=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A98955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98955 is #5676AA. Grayscale: #8C8C8C. Windows color (decimal): -5666475 or 5605801. OLE color: 5605801.
HSL color Cylindrical-coordinate representation of color #A98955: hue angle of 37.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A98955 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 85 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.34 |
| HSL | 37.14º | 0.33% | 0.5% | - |
| HSV(B) | 37.14º | 0.5% | 0.66% | - |
| XYZ | 26.95 | 26.98 | 12.38 | - |
| YUV | 140.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 85 | 0 | 0.19 | 0.50 | 0.34 | 37.14 | 0.33 | 0.5 |
| Hex | A9 | 89 | 55 | 0 | 13 | 32 | 22 | 25 | 21 | 32 |
| Octal | 251 | 211 | 125 | 0 | 23 | 62 | 42 | 45 | 41 | 62 |
| Binary | 10101001 | 10001001 | 1010101 | 0 | 10011 | 110010 | 100010 | 100101 | 100001 | 110010 |
Color Harmonies of #A98955
Complementary color
Monochromatic Colors of #A98955
Black with #A98955
Text Example
Text Example
White with #A98955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98955; }
p { color: rgb(169,137,85); }
H1.HeaderClassName
{
color: #A98955;
}
.AnyTagClassName
{
color: #A98955;
}
</style>
background-color css
<style>
a { background-color: #A98955; }
a { background-color: rgb(169,137,85); }
div.DivClassName
{
background-color: #A98955;
}
.BgClassName
{
background-color: #A98955;
}
</style>
border-color css
<style>
span { border-color: #A98955; }
span { border-color: rgb(169,137,85); }
td.TdClassName
{
border-color: #A98955;
}
.TagClassName
{
border-color: #A98955;
}
</style>