Shades of Teak #A98B5C
Tints of Teak #A98B5C
RGB
CMYK
RGB Variations
Color information
#A98B5C (or 0xA98B5C) is known color: Teak. HEX triplet: A9, 8B and 5C. RGB value is (169,139,92). Sum of RGB (Red+Green+Blue) = 169+139+92=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B5C is #5674A3. Grayscale: #8E8E8E. Windows color (decimal): -5665956 or 6065065. OLE color: 6065065.
HSL color Cylindrical-coordinate representation of color #A98B5C: hue angle of 36.62º 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 #A98B5C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 92 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.34 |
| HSL | 36.62º | 0.31% | 0.51% | - |
| HSV(B) | 36.62º | 0.46% | 0.66% | - |
| XYZ | 27.53 | 27.67 | 14.02 | - |
| YUV | 142.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 92 | 0 | 0.18 | 0.46 | 0.34 | 36.62 | 0.31 | 0.51 |
| Hex | A9 | 8B | 5C | 0 | 12 | 2E | 22 | 25 | 1F | 33 |
| Octal | 251 | 213 | 134 | 0 | 22 | 56 | 42 | 45 | 37 | 63 |
| Binary | 10101001 | 10001011 | 1011100 | 0 | 10010 | 101110 | 100010 | 100101 | 11111 | 110011 |
Color Harmonies of #A98B5C
Complementary color
Monochromatic Colors of #A98B5C
Black with #A98B5C
Text Example
Text Example
White with #A98B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B5C; }
p { color: rgb(169,139,92); }
H1.HeaderClassName
{
color: #A98B5C;
}
.AnyTagClassName
{
color: #A98B5C;
}
</style>
background-color css
<style>
a { background-color: #A98B5C; }
a { background-color: rgb(169,139,92); }
div.DivClassName
{
background-color: #A98B5C;
}
.BgClassName
{
background-color: #A98B5C;
}
</style>
border-color css
<style>
span { border-color: #A98B5C; }
span { border-color: rgb(169,139,92); }
td.TdClassName
{
border-color: #A98B5C;
}
.TagClassName
{
border-color: #A98B5C;
}
</style>