Shades of Teak #A1885B
Tints of Teak #A1885B
RGB
CMYK
RGB Variations
Color information
#A1885B (or 0xA1885B) is known color: Teak. HEX triplet: A1, 88 and 5B. RGB value is (161,136,91). Sum of RGB (Red+Green+Blue) = 161+136+91=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1885B is #5E77A4. Grayscale: #8A8A8A. Windows color (decimal): -6191013 or 5998753. OLE color: 5998753.
HSL color Cylindrical-coordinate representation of color #A1885B: hue angle of 38.57º degrees, saturation: 0.28, 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 #A1885B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 91 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.37 |
| HSL | 38.57º | 0.28% | 0.49% | - |
| HSV(B) | 38.57º | 0.43% | 0.63% | - |
| XYZ | 25.39 | 25.94 | 13.57 | - |
| YUV | 138.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 91 | 0 | 0.16 | 0.43 | 0.37 | 38.57 | 0.28 | 0.49 |
| Hex | A1 | 88 | 5B | 0 | 10 | 2B | 25 | 27 | 1C | 31 |
| Octal | 241 | 210 | 133 | 0 | 20 | 53 | 45 | 47 | 34 | 61 |
| Binary | 10100001 | 10001000 | 1011011 | 0 | 10000 | 101011 | 100101 | 100111 | 11100 | 110001 |
Color Harmonies of #A1885B
Complementary color
Monochromatic Colors of #A1885B
Black with #A1885B
Text Example
Text Example
White with #A1885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1885B; }
p { color: rgb(161,136,91); }
H1.HeaderClassName
{
color: #A1885B;
}
.AnyTagClassName
{
color: #A1885B;
}
</style>
background-color css
<style>
a { background-color: #A1885B; }
a { background-color: rgb(161,136,91); }
div.DivClassName
{
background-color: #A1885B;
}
.BgClassName
{
background-color: #A1885B;
}
</style>
border-color css
<style>
span { border-color: #A1885B; }
span { border-color: rgb(161,136,91); }
td.TdClassName
{
border-color: #A1885B;
}
.TagClassName
{
border-color: #A1885B;
}
</style>