Shades of Teak #A0885B
Tints of Teak #A0885B
RGB
CMYK
RGB Variations
Color information
#A0885B (or 0xA0885B) is known color: Teak. HEX triplet: A0, 88 and 5B. RGB value is (160,136,91). Sum of RGB (Red+Green+Blue) = 160+136+91=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0885B is #5F77A4. Grayscale: #8A8A8A. Windows color (decimal): -6256549 or 5998752. OLE color: 5998752.
HSL color Cylindrical-coordinate representation of color #A0885B: hue angle of 39.13º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0885B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 91 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.37 |
| HSL | 39.13º | 0.27% | 0.49% | - |
| HSV(B) | 39.13º | 0.43% | 0.63% | - |
| XYZ | 25.19 | 25.84 | 13.56 | - |
| YUV | 138.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 91 | 0 | 0.15 | 0.43 | 0.37 | 39.13 | 0.27 | 0.49 |
| Hex | A0 | 88 | 5B | 0 | F | 2B | 25 | 27 | 1B | 31 |
| Octal | 240 | 210 | 133 | 0 | 17 | 53 | 45 | 47 | 33 | 61 |
| Binary | 10100000 | 10001000 | 1011011 | 0 | 1111 | 101011 | 100101 | 100111 | 11011 | 110001 |
Color Harmonies of #A0885B
Complementary color
Monochromatic Colors of #A0885B
Black with #A0885B
Text Example
Text Example
White with #A0885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0885B; }
p { color: rgb(160,136,91); }
H1.HeaderClassName
{
color: #A0885B;
}
.AnyTagClassName
{
color: #A0885B;
}
</style>
background-color css
<style>
a { background-color: #A0885B; }
a { background-color: rgb(160,136,91); }
div.DivClassName
{
background-color: #A0885B;
}
.BgClassName
{
background-color: #A0885B;
}
</style>
border-color css
<style>
span { border-color: #A0885B; }
span { border-color: rgb(160,136,91); }
td.TdClassName
{
border-color: #A0885B;
}
.TagClassName
{
border-color: #A0885B;
}
</style>