Shades of Teak #A98D5C
Tints of Teak #A98D5C
RGB
CMYK
RGB Variations
Color information
#A98D5C (or 0xA98D5C) is known color: Teak. HEX triplet: A9, 8D and 5C. RGB value is (169,141,92). Sum of RGB (Red+Green+Blue) = 169+141+92=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D5C is #5672A3. Grayscale: #909090. Windows color (decimal): -5665444 or 6065577. OLE color: 6065577.
HSL color Cylindrical-coordinate representation of color #A98D5C: hue angle of 38.18º 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 #A98D5C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 92 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.34 |
| HSL | 38.18º | 0.31% | 0.51% | - |
| HSV(B) | 38.18º | 0.46% | 0.66% | - |
| XYZ | 27.82 | 28.26 | 14.11 | - |
| YUV | 143.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 92 | 0 | 0.17 | 0.46 | 0.34 | 38.18 | 0.31 | 0.51 |
| Hex | A9 | 8D | 5C | 0 | 11 | 2E | 22 | 26 | 1F | 33 |
| Octal | 251 | 215 | 134 | 0 | 21 | 56 | 42 | 46 | 37 | 63 |
| Binary | 10101001 | 10001101 | 1011100 | 0 | 10001 | 101110 | 100010 | 100110 | 11111 | 110011 |
Color Harmonies of #A98D5C
Complementary color
Monochromatic Colors of #A98D5C
Black with #A98D5C
Text Example
Text Example
White with #A98D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D5C; }
p { color: rgb(169,141,92); }
H1.HeaderClassName
{
color: #A98D5C;
}
.AnyTagClassName
{
color: #A98D5C;
}
</style>
background-color css
<style>
a { background-color: #A98D5C; }
a { background-color: rgb(169,141,92); }
div.DivClassName
{
background-color: #A98D5C;
}
.BgClassName
{
background-color: #A98D5C;
}
</style>
border-color css
<style>
span { border-color: #A98D5C; }
span { border-color: rgb(169,141,92); }
td.TdClassName
{
border-color: #A98D5C;
}
.TagClassName
{
border-color: #A98D5C;
}
</style>