Shades of Teak #A89256
Tints of Teak #A89256
RGB
CMYK
RGB Variations
Color information
#A89256 (or 0xA89256) is known color: Teak. HEX triplet: A8, 92 and 56. RGB value is (168,146,86). Sum of RGB (Red+Green+Blue) = 168+146+86=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A89256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89256 is #576DA9. Grayscale: #929292. Windows color (decimal): -5729706 or 5673640. OLE color: 5673640.
HSL color Cylindrical-coordinate representation of color #A89256: hue angle of 43.9º degrees, saturation: 0.32, 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 #A89256 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 86 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.34 |
| HSL | 43.9º | 0.32% | 0.5% | - |
| HSV(B) | 43.9º | 0.49% | 0.66% | - |
| XYZ | 28.11 | 29.55 | 13.03 | - |
| YUV | 145.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 86 | 0 | 0.13 | 0.49 | 0.34 | 43.9 | 0.32 | 0.5 |
| Hex | A8 | 92 | 56 | 0 | D | 31 | 22 | 2C | 20 | 32 |
| Octal | 250 | 222 | 126 | 0 | 15 | 61 | 42 | 54 | 40 | 62 |
| Binary | 10101000 | 10010010 | 1010110 | 0 | 1101 | 110001 | 100010 | 101100 | 100000 | 110010 |
Color Harmonies of #A89256
Complementary color
Monochromatic Colors of #A89256
Black with #A89256
Text Example
Text Example
White with #A89256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89256; }
p { color: rgb(168,146,86); }
H1.HeaderClassName
{
color: #A89256;
}
.AnyTagClassName
{
color: #A89256;
}
</style>
background-color css
<style>
a { background-color: #A89256; }
a { background-color: rgb(168,146,86); }
div.DivClassName
{
background-color: #A89256;
}
.BgClassName
{
background-color: #A89256;
}
</style>
border-color css
<style>
span { border-color: #A89256; }
span { border-color: rgb(168,146,86); }
td.TdClassName
{
border-color: #A89256;
}
.TagClassName
{
border-color: #A89256;
}
</style>