Shades of Teak #A98B52
Tints of Teak #A98B52
RGB
CMYK
RGB Variations
Color information
#A98B52 (or 0xA98B52) is known color: Teak. HEX triplet: A9, 8B and 52. RGB value is (169,139,82). Sum of RGB (Red+Green+Blue) = 169+139+82=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B52 is #5674AD. Grayscale: #8D8D8D. Windows color (decimal): -5665966 or 5409705. OLE color: 5409705.
HSL color Cylindrical-coordinate representation of color #A98B52: hue angle of 39.31º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A98B52 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 82 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.34 |
| HSL | 39.31º | 0.35% | 0.49% | - |
| HSV(B) | 39.31º | 0.51% | 0.66% | - |
| XYZ | 27.12 | 27.51 | 11.86 | - |
| YUV | 141.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 82 | 0 | 0.18 | 0.51 | 0.34 | 39.31 | 0.35 | 0.49 |
| Hex | A9 | 8B | 52 | 0 | 12 | 33 | 22 | 27 | 23 | 31 |
| Octal | 251 | 213 | 122 | 0 | 22 | 63 | 42 | 47 | 43 | 61 |
| Binary | 10101001 | 10001011 | 1010010 | 0 | 10010 | 110011 | 100010 | 100111 | 100011 | 110001 |
Color Harmonies of #A98B52
Complementary color
Monochromatic Colors of #A98B52
Black with #A98B52
Text Example
Text Example
White with #A98B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B52; }
p { color: rgb(169,139,82); }
H1.HeaderClassName
{
color: #A98B52;
}
.AnyTagClassName
{
color: #A98B52;
}
</style>
background-color css
<style>
a { background-color: #A98B52; }
a { background-color: rgb(169,139,82); }
div.DivClassName
{
background-color: #A98B52;
}
.BgClassName
{
background-color: #A98B52;
}
</style>
border-color css
<style>
span { border-color: #A98B52; }
span { border-color: rgb(169,139,82); }
td.TdClassName
{
border-color: #A98B52;
}
.TagClassName
{
border-color: #A98B52;
}
</style>