Shades of Teak #A88656
Tints of Teak #A88656
RGB
CMYK
RGB Variations
Color information
#A88656 (or 0xA88656) is known color: Teak. HEX triplet: A8, 86 and 56. RGB value is (168,134,86). Sum of RGB (Red+Green+Blue) = 168+134+86=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A88656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88656 is #5779A9. Grayscale: #8A8A8A. Windows color (decimal): -5732778 or 5670568. OLE color: 5670568.
HSL color Cylindrical-coordinate representation of color #A88656: hue angle of 35.12º 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 #A88656 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 86 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.34 |
| HSL | 35.12º | 0.32% | 0.5% | - |
| HSV(B) | 35.12º | 0.49% | 0.66% | - |
| XYZ | 26.35 | 26.05 | 12.44 | - |
| YUV | 138.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 86 | 0 | 0.20 | 0.49 | 0.34 | 35.12 | 0.32 | 0.5 |
| Hex | A8 | 86 | 56 | 0 | 14 | 31 | 22 | 23 | 20 | 32 |
| Octal | 250 | 206 | 126 | 0 | 24 | 61 | 42 | 43 | 40 | 62 |
| Binary | 10101000 | 10000110 | 1010110 | 0 | 10100 | 110001 | 100010 | 100011 | 100000 | 110010 |
Color Harmonies of #A88656
Complementary color
Monochromatic Colors of #A88656
Black with #A88656
Text Example
Text Example
White with #A88656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88656; }
p { color: rgb(168,134,86); }
H1.HeaderClassName
{
color: #A88656;
}
.AnyTagClassName
{
color: #A88656;
}
</style>
background-color css
<style>
a { background-color: #A88656; }
a { background-color: rgb(168,134,86); }
div.DivClassName
{
background-color: #A88656;
}
.BgClassName
{
background-color: #A88656;
}
</style>
border-color css
<style>
span { border-color: #A88656; }
span { border-color: rgb(168,134,86); }
td.TdClassName
{
border-color: #A88656;
}
.TagClassName
{
border-color: #A88656;
}
</style>