Shades of Teak #A89155
Tints of Teak #A89155
RGB
CMYK
RGB Variations
Color information
#A89155 (or 0xA89155) is known color: Teak. HEX triplet: A8, 91 and 55. RGB value is (168,145,85). Sum of RGB (Red+Green+Blue) = 168+145+85=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89155 is #576EAA. Grayscale: #919191. Windows color (decimal): -5729963 or 5607848. OLE color: 5607848.
HSL color Cylindrical-coordinate representation of color #A89155: hue angle of 43.37º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A89155 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 85 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.34 |
| HSL | 43.37º | 0.33% | 0.5% | - |
| HSV(B) | 43.37º | 0.49% | 0.66% | - |
| XYZ | 27.91 | 29.23 | 12.77 | - |
| YUV | 145.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 85 | 0 | 0.14 | 0.49 | 0.34 | 43.37 | 0.33 | 0.5 |
| Hex | A8 | 91 | 55 | 0 | E | 31 | 22 | 2B | 21 | 32 |
| Octal | 250 | 221 | 125 | 0 | 16 | 61 | 42 | 53 | 41 | 62 |
| Binary | 10101000 | 10010001 | 1010101 | 0 | 1110 | 110001 | 100010 | 101011 | 100001 | 110010 |
Color Harmonies of #A89155
Complementary color
Monochromatic Colors of #A89155
Black with #A89155
Text Example
Text Example
White with #A89155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89155; }
p { color: rgb(168,145,85); }
H1.HeaderClassName
{
color: #A89155;
}
.AnyTagClassName
{
color: #A89155;
}
</style>
background-color css
<style>
a { background-color: #A89155; }
a { background-color: rgb(168,145,85); }
div.DivClassName
{
background-color: #A89155;
}
.BgClassName
{
background-color: #A89155;
}
</style>
border-color css
<style>
span { border-color: #A89155; }
span { border-color: rgb(168,145,85); }
td.TdClassName
{
border-color: #A89155;
}
.TagClassName
{
border-color: #A89155;
}
</style>