Shades of Teak #A89059
Tints of Teak #A89059
RGB
CMYK
RGB Variations
Color information
#A89059 (or 0xA89059) is known color: Teak. HEX triplet: A8, 90 and 59. RGB value is (168,144,89). Sum of RGB (Red+Green+Blue) = 168+144+89=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A89059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89059 is #576FA6. Grayscale: #919191. Windows color (decimal): -5730215 or 5869736. OLE color: 5869736.
HSL color Cylindrical-coordinate representation of color #A89059: hue angle of 41.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A89059 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 89 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.34 |
| HSL | 41.77º | 0.31% | 0.5% | - |
| HSV(B) | 41.77º | 0.47% | 0.66% | - |
| XYZ | 27.92 | 28.99 | 13.58 | - |
| YUV | 144.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 89 | 0 | 0.14 | 0.47 | 0.34 | 41.77 | 0.31 | 0.5 |
| Hex | A8 | 90 | 59 | 0 | E | 2F | 22 | 2A | 1F | 32 |
| Octal | 250 | 220 | 131 | 0 | 16 | 57 | 42 | 52 | 37 | 62 |
| Binary | 10101000 | 10010000 | 1011001 | 0 | 1110 | 101111 | 100010 | 101010 | 11111 | 110010 |
Color Harmonies of #A89059
Complementary color
Monochromatic Colors of #A89059
Black with #A89059
Text Example
Text Example
White with #A89059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89059; }
p { color: rgb(168,144,89); }
H1.HeaderClassName
{
color: #A89059;
}
.AnyTagClassName
{
color: #A89059;
}
</style>
background-color css
<style>
a { background-color: #A89059; }
a { background-color: rgb(168,144,89); }
div.DivClassName
{
background-color: #A89059;
}
.BgClassName
{
background-color: #A89059;
}
</style>
border-color css
<style>
span { border-color: #A89059; }
span { border-color: rgb(168,144,89); }
td.TdClassName
{
border-color: #A89059;
}
.TagClassName
{
border-color: #A89059;
}
</style>