Shades of Teak #A89158
Tints of Teak #A89158
RGB
CMYK
RGB Variations
Color information
#A89158 (or 0xA89158) is known color: Teak. HEX triplet: A8, 91 and 58. RGB value is (168,145,88). Sum of RGB (Red+Green+Blue) = 168+145+88=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A89158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89158 is #576EA7. Grayscale: #919191. Windows color (decimal): -5729960 or 5804456. OLE color: 5804456.
HSL color Cylindrical-coordinate representation of color #A89158: hue angle of 42.75º 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 #A89158 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 88 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.34 |
| HSL | 42.75º | 0.31% | 0.5% | - |
| HSV(B) | 42.75º | 0.48% | 0.66% | - |
| XYZ | 28.04 | 29.28 | 13.41 | - |
| YUV | 145.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 88 | 0 | 0.14 | 0.48 | 0.34 | 42.75 | 0.31 | 0.5 |
| Hex | A8 | 91 | 58 | 0 | E | 30 | 22 | 2B | 1F | 32 |
| Octal | 250 | 221 | 130 | 0 | 16 | 60 | 42 | 53 | 37 | 62 |
| Binary | 10101000 | 10010001 | 1011000 | 0 | 1110 | 110000 | 100010 | 101011 | 11111 | 110010 |
Color Harmonies of #A89158
Complementary color
Monochromatic Colors of #A89158
Black with #A89158
Text Example
Text Example
White with #A89158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89158; }
p { color: rgb(168,145,88); }
H1.HeaderClassName
{
color: #A89158;
}
.AnyTagClassName
{
color: #A89158;
}
</style>
background-color css
<style>
a { background-color: #A89158; }
a { background-color: rgb(168,145,88); }
div.DivClassName
{
background-color: #A89158;
}
.BgClassName
{
background-color: #A89158;
}
</style>
border-color css
<style>
span { border-color: #A89158; }
span { border-color: rgb(168,145,88); }
td.TdClassName
{
border-color: #A89158;
}
.TagClassName
{
border-color: #A89158;
}
</style>