Shades of Teak #A89154
Tints of Teak #A89154
RGB
CMYK
RGB Variations
Color information
#A89154 (or 0xA89154) is known color: Teak. HEX triplet: A8, 91 and 54. RGB value is (168,145,84). Sum of RGB (Red+Green+Blue) = 168+145+84=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A89154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89154 is #576EAB. Grayscale: #919191. Windows color (decimal): -5729964 or 5542312. OLE color: 5542312.
HSL color Cylindrical-coordinate representation of color #A89154: hue angle of 43.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A89154 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 84 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.34 |
| HSL | 43.57º | 0.33% | 0.49% | - |
| HSV(B) | 43.57º | 0.5% | 0.66% | - |
| XYZ | 27.87 | 29.22 | 12.56 | - |
| YUV | 144.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 84 | 0 | 0.14 | 0.5 | 0.34 | 43.57 | 0.33 | 0.49 |
| Hex | A8 | 91 | 54 | 0 | E | 32 | 22 | 2C | 21 | 31 |
| Octal | 250 | 221 | 124 | 0 | 16 | 62 | 42 | 54 | 41 | 61 |
| Binary | 10101000 | 10010001 | 1010100 | 0 | 1110 | 110010 | 100010 | 101100 | 100001 | 110001 |
Color Harmonies of #A89154
Complementary color
Monochromatic Colors of #A89154
Black with #A89154
Text Example
Text Example
White with #A89154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89154; }
p { color: rgb(168,145,84); }
H1.HeaderClassName
{
color: #A89154;
}
.AnyTagClassName
{
color: #A89154;
}
</style>
background-color css
<style>
a { background-color: #A89154; }
a { background-color: rgb(168,145,84); }
div.DivClassName
{
background-color: #A89154;
}
.BgClassName
{
background-color: #A89154;
}
</style>
border-color css
<style>
span { border-color: #A89154; }
span { border-color: rgb(168,145,84); }
td.TdClassName
{
border-color: #A89154;
}
.TagClassName
{
border-color: #A89154;
}
</style>