Shades of Teak #A98B5D
Tints of Teak #A98B5D
RGB
CMYK
RGB Variations
Color information
#A98B5D (or 0xA98B5D) is known color: Teak. HEX triplet: A9, 8B and 5D. RGB value is (169,139,93). Sum of RGB (Red+Green+Blue) = 169+139+93=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5D is #5674A2. Grayscale: #8E8E8E. Windows color (decimal): -5665955 or 6130601. OLE color: 6130601.
HSL color Cylindrical-coordinate representation of color #A98B5D: hue angle of 36.32º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98B5D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 93 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.34 |
| HSL | 36.32º | 0.31% | 0.51% | - |
| HSV(B) | 36.32º | 0.45% | 0.66% | - |
| XYZ | 27.57 | 27.69 | 14.25 | - |
| YUV | 142.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 93 | 0 | 0.18 | 0.45 | 0.34 | 36.32 | 0.31 | 0.51 |
| Hex | A9 | 8B | 5D | 0 | 12 | 2D | 22 | 24 | 1F | 33 |
| Octal | 251 | 213 | 135 | 0 | 22 | 55 | 42 | 44 | 37 | 63 |
| Binary | 10101001 | 10001011 | 1011101 | 0 | 10010 | 101101 | 100010 | 100100 | 11111 | 110011 |
Color Harmonies of #A98B5D
Complementary color
Monochromatic Colors of #A98B5D
Black with #A98B5D
Text Example
Text Example
White with #A98B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B5D; }
p { color: rgb(169,139,93); }
H1.HeaderClassName
{
color: #A98B5D;
}
.AnyTagClassName
{
color: #A98B5D;
}
</style>
background-color css
<style>
a { background-color: #A98B5D; }
a { background-color: rgb(169,139,93); }
div.DivClassName
{
background-color: #A98B5D;
}
.BgClassName
{
background-color: #A98B5D;
}
</style>
border-color css
<style>
span { border-color: #A98B5D; }
span { border-color: rgb(169,139,93); }
td.TdClassName
{
border-color: #A98B5D;
}
.TagClassName
{
border-color: #A98B5D;
}
</style>