Shades of Teak #A98B55
Tints of Teak #A98B55
RGB
CMYK
RGB Variations
Color information
#A98B55 (or 0xA98B55) is known color: Teak. HEX triplet: A9, 8B and 55. RGB value is (169,139,85). Sum of RGB (Red+Green+Blue) = 169+139+85=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B55 is #5674AA. Grayscale: #8E8E8E. Windows color (decimal): -5665963 or 5606313. OLE color: 5606313.
HSL color Cylindrical-coordinate representation of color #A98B55: hue angle of 38.57º 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 #A98B55 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 85 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.34 |
| HSL | 38.57º | 0.33% | 0.5% | - |
| HSV(B) | 38.57º | 0.5% | 0.66% | - |
| XYZ | 27.23 | 27.56 | 12.48 | - |
| YUV | 141.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 85 | 0 | 0.18 | 0.50 | 0.34 | 38.57 | 0.33 | 0.5 |
| Hex | A9 | 8B | 55 | 0 | 12 | 32 | 22 | 27 | 21 | 32 |
| Octal | 251 | 213 | 125 | 0 | 22 | 62 | 42 | 47 | 41 | 62 |
| Binary | 10101001 | 10001011 | 1010101 | 0 | 10010 | 110010 | 100010 | 100111 | 100001 | 110010 |
Color Harmonies of #A98B55
Complementary color
Monochromatic Colors of #A98B55
Black with #A98B55
Text Example
Text Example
White with #A98B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B55; }
p { color: rgb(169,139,85); }
H1.HeaderClassName
{
color: #A98B55;
}
.AnyTagClassName
{
color: #A98B55;
}
</style>
background-color css
<style>
a { background-color: #A98B55; }
a { background-color: rgb(169,139,85); }
div.DivClassName
{
background-color: #A98B55;
}
.BgClassName
{
background-color: #A98B55;
}
</style>
border-color css
<style>
span { border-color: #A98B55; }
span { border-color: rgb(169,139,85); }
td.TdClassName
{
border-color: #A98B55;
}
.TagClassName
{
border-color: #A98B55;
}
</style>