Shades of Teak #A89258
Tints of Teak #A89258
RGB
CMYK
RGB Variations
Color information
#A89258 (or 0xA89258) is known color: Teak. HEX triplet: A8, 92 and 58. RGB value is (168,146,88). Sum of RGB (Red+Green+Blue) = 168+146+88=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89258 is #576DA7. Grayscale: #929292. Windows color (decimal): -5729704 or 5804712. OLE color: 5804712.
HSL color Cylindrical-coordinate representation of color #A89258: hue angle of 43.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A89258 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 88 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.34 |
| HSL | 43.5º | 0.31% | 0.5% | - |
| HSV(B) | 43.5º | 0.48% | 0.66% | - |
| XYZ | 28.19 | 29.59 | 13.46 | - |
| YUV | 145.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 88 | 0 | 0.13 | 0.48 | 0.34 | 43.5 | 0.31 | 0.5 |
| Hex | A8 | 92 | 58 | 0 | D | 30 | 22 | 2C | 1F | 32 |
| Octal | 250 | 222 | 130 | 0 | 15 | 60 | 42 | 54 | 37 | 62 |
| Binary | 10101000 | 10010010 | 1011000 | 0 | 1101 | 110000 | 100010 | 101100 | 11111 | 110010 |
Color Harmonies of #A89258
Complementary color
Monochromatic Colors of #A89258
Black with #A89258
Text Example
Text Example
White with #A89258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89258; }
p { color: rgb(168,146,88); }
H1.HeaderClassName
{
color: #A89258;
}
.AnyTagClassName
{
color: #A89258;
}
</style>
background-color css
<style>
a { background-color: #A89258; }
a { background-color: rgb(168,146,88); }
div.DivClassName
{
background-color: #A89258;
}
.BgClassName
{
background-color: #A89258;
}
</style>
border-color css
<style>
span { border-color: #A89258; }
span { border-color: rgb(168,146,88); }
td.TdClassName
{
border-color: #A89258;
}
.TagClassName
{
border-color: #A89258;
}
</style>