Shades of Teak #A88D56
Tints of Teak #A88D56
RGB
CMYK
RGB Variations
Color information
#A88D56 (or 0xA88D56) is known color: Teak. HEX triplet: A8, 8D and 56. RGB value is (168,141,86). Sum of RGB (Red+Green+Blue) = 168+141+86=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D56 is #5772A9. Grayscale: #8F8F8F. Windows color (decimal): -5730986 or 5672360. OLE color: 5672360.
HSL color Cylindrical-coordinate representation of color #A88D56: hue angle of 40.24º 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 #A88D56 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 86 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.34 |
| HSL | 40.24º | 0.32% | 0.5% | - |
| HSV(B) | 40.24º | 0.49% | 0.66% | - |
| XYZ | 27.35 | 28.05 | 12.78 | - |
| YUV | 142.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 86 | 0 | 0.16 | 0.49 | 0.34 | 40.24 | 0.32 | 0.5 |
| Hex | A8 | 8D | 56 | 0 | 10 | 31 | 22 | 28 | 20 | 32 |
| Octal | 250 | 215 | 126 | 0 | 20 | 61 | 42 | 50 | 40 | 62 |
| Binary | 10101000 | 10001101 | 1010110 | 0 | 10000 | 110001 | 100010 | 101000 | 100000 | 110010 |
Color Harmonies of #A88D56
Complementary color
Monochromatic Colors of #A88D56
Black with #A88D56
Text Example
Text Example
White with #A88D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D56; }
p { color: rgb(168,141,86); }
H1.HeaderClassName
{
color: #A88D56;
}
.AnyTagClassName
{
color: #A88D56;
}
</style>
background-color css
<style>
a { background-color: #A88D56; }
a { background-color: rgb(168,141,86); }
div.DivClassName
{
background-color: #A88D56;
}
.BgClassName
{
background-color: #A88D56;
}
</style>
border-color css
<style>
span { border-color: #A88D56; }
span { border-color: rgb(168,141,86); }
td.TdClassName
{
border-color: #A88D56;
}
.TagClassName
{
border-color: #A88D56;
}
</style>