Shades of Teak #A89050
Tints of Teak #A89050
RGB
CMYK
RGB Variations
Color information
#A89050 (or 0xA89050) is known color: Teak. HEX triplet: A8, 90 and 50. RGB value is (168,144,80). Sum of RGB (Red+Green+Blue) = 168+144+80=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A89050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89050 is #576FAF. Grayscale: #909090. Windows color (decimal): -5730224 or 5279912. OLE color: 5279912.
HSL color Cylindrical-coordinate representation of color #A89050: hue angle of 43.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A89050 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 80 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.34 |
| HSL | 43.64º | 0.35% | 0.49% | - |
| HSV(B) | 43.64º | 0.52% | 0.66% | - |
| XYZ | 27.57 | 28.85 | 11.71 | - |
| YUV | 143.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 80 | 0 | 0.14 | 0.52 | 0.34 | 43.64 | 0.35 | 0.49 |
| Hex | A8 | 90 | 50 | 0 | E | 34 | 22 | 2C | 23 | 31 |
| Octal | 250 | 220 | 120 | 0 | 16 | 64 | 42 | 54 | 43 | 61 |
| Binary | 10101000 | 10010000 | 1010000 | 0 | 1110 | 110100 | 100010 | 101100 | 100011 | 110001 |
Color Harmonies of #A89050
Complementary color
Monochromatic Colors of #A89050
Black with #A89050
Text Example
Text Example
White with #A89050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89050; }
p { color: rgb(168,144,80); }
H1.HeaderClassName
{
color: #A89050;
}
.AnyTagClassName
{
color: #A89050;
}
</style>
background-color css
<style>
a { background-color: #A89050; }
a { background-color: rgb(168,144,80); }
div.DivClassName
{
background-color: #A89050;
}
.BgClassName
{
background-color: #A89050;
}
</style>
border-color css
<style>
span { border-color: #A89050; }
span { border-color: rgb(168,144,80); }
td.TdClassName
{
border-color: #A89050;
}
.TagClassName
{
border-color: #A89050;
}
</style>