Shades of Teak #A98E5C
Tints of Teak #A98E5C
RGB
CMYK
RGB Variations
Color information
#A98E5C (or 0xA98E5C) is known color: Teak. HEX triplet: A9, 8E and 5C. RGB value is (169,142,92). Sum of RGB (Red+Green+Blue) = 169+142+92=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E5C is #5671A3. Grayscale: #909090. Windows color (decimal): -5665188 or 6065833. OLE color: 6065833.
HSL color Cylindrical-coordinate representation of color #A98E5C: hue angle of 38.96º 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 #A98E5C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 92 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.34 |
| HSL | 38.96º | 0.31% | 0.51% | - |
| HSV(B) | 38.96º | 0.46% | 0.66% | - |
| XYZ | 27.97 | 28.55 | 14.16 | - |
| YUV | 144.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 92 | 0 | 0.16 | 0.46 | 0.34 | 38.96 | 0.31 | 0.51 |
| Hex | A9 | 8E | 5C | 0 | 10 | 2E | 22 | 27 | 1F | 33 |
| Octal | 251 | 216 | 134 | 0 | 20 | 56 | 42 | 47 | 37 | 63 |
| Binary | 10101001 | 10001110 | 1011100 | 0 | 10000 | 101110 | 100010 | 100111 | 11111 | 110011 |
Color Harmonies of #A98E5C
Complementary color
Monochromatic Colors of #A98E5C
Black with #A98E5C
Text Example
Text Example
White with #A98E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E5C; }
p { color: rgb(169,142,92); }
H1.HeaderClassName
{
color: #A98E5C;
}
.AnyTagClassName
{
color: #A98E5C;
}
</style>
background-color css
<style>
a { background-color: #A98E5C; }
a { background-color: rgb(169,142,92); }
div.DivClassName
{
background-color: #A98E5C;
}
.BgClassName
{
background-color: #A98E5C;
}
</style>
border-color css
<style>
span { border-color: #A98E5C; }
span { border-color: rgb(169,142,92); }
td.TdClassName
{
border-color: #A98E5C;
}
.TagClassName
{
border-color: #A98E5C;
}
</style>