Shades of Teak #A88E5E
Tints of Teak #A88E5E
RGB
CMYK
RGB Variations
Color information
#A88E5E (or 0xA88E5E) is known color: Teak. HEX triplet: A8, 8E and 5E. RGB value is (168,142,94). Sum of RGB (Red+Green+Blue) = 168+142+94=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E5E is #5771A1. Grayscale: #909090. Windows color (decimal): -5730722 or 6196904. OLE color: 6196904.
HSL color Cylindrical-coordinate representation of color #A88E5E: hue angle of 38.92º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A88E5E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 94 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.34 |
| HSL | 38.92º | 0.3% | 0.51% | - |
| HSV(B) | 38.92º | 0.44% | 0.66% | - |
| XYZ | 27.84 | 28.48 | 14.62 | - |
| YUV | 144.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 94 | 0 | 0.15 | 0.44 | 0.34 | 38.92 | 0.3 | 0.51 |
| Hex | A8 | 8E | 5E | 0 | F | 2C | 22 | 27 | 1E | 33 |
| Octal | 250 | 216 | 136 | 0 | 17 | 54 | 42 | 47 | 36 | 63 |
| Binary | 10101000 | 10001110 | 1011110 | 0 | 1111 | 101100 | 100010 | 100111 | 11110 | 110011 |
Color Harmonies of #A88E5E
Complementary color
Monochromatic Colors of #A88E5E
Black with #A88E5E
Text Example
Text Example
White with #A88E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E5E; }
p { color: rgb(168,142,94); }
H1.HeaderClassName
{
color: #A88E5E;
}
.AnyTagClassName
{
color: #A88E5E;
}
</style>
background-color css
<style>
a { background-color: #A88E5E; }
a { background-color: rgb(168,142,94); }
div.DivClassName
{
background-color: #A88E5E;
}
.BgClassName
{
background-color: #A88E5E;
}
</style>
border-color css
<style>
span { border-color: #A88E5E; }
span { border-color: rgb(168,142,94); }
td.TdClassName
{
border-color: #A88E5E;
}
.TagClassName
{
border-color: #A88E5E;
}
</style>