Shades of Teak #A1885A
Tints of Teak #A1885A
RGB
CMYK
RGB Variations
Color information
#A1885A (or 0xA1885A) is known color: Teak. HEX triplet: A1, 88 and 5A. RGB value is (161,136,90). Sum of RGB (Red+Green+Blue) = 161+136+90=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1885A is #5E77A5. Grayscale: #8A8A8A. Windows color (decimal): -6191014 or 5933217. OLE color: 5933217.
HSL color Cylindrical-coordinate representation of color #A1885A: hue angle of 38.87º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1885A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 90 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.37 |
| HSL | 38.87º | 0.28% | 0.49% | - |
| HSV(B) | 38.87º | 0.44% | 0.63% | - |
| XYZ | 25.35 | 25.92 | 13.34 | - |
| YUV | 138.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 90 | 0 | 0.16 | 0.44 | 0.37 | 38.87 | 0.28 | 0.49 |
| Hex | A1 | 88 | 5A | 0 | 10 | 2C | 25 | 27 | 1C | 31 |
| Octal | 241 | 210 | 132 | 0 | 20 | 54 | 45 | 47 | 34 | 61 |
| Binary | 10100001 | 10001000 | 1011010 | 0 | 10000 | 101100 | 100101 | 100111 | 11100 | 110001 |
Color Harmonies of #A1885A
Complementary color
Monochromatic Colors of #A1885A
Black with #A1885A
Text Example
Text Example
White with #A1885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1885A; }
p { color: rgb(161,136,90); }
H1.HeaderClassName
{
color: #A1885A;
}
.AnyTagClassName
{
color: #A1885A;
}
</style>
background-color css
<style>
a { background-color: #A1885A; }
a { background-color: rgb(161,136,90); }
div.DivClassName
{
background-color: #A1885A;
}
.BgClassName
{
background-color: #A1885A;
}
</style>
border-color css
<style>
span { border-color: #A1885A; }
span { border-color: rgb(161,136,90); }
td.TdClassName
{
border-color: #A1885A;
}
.TagClassName
{
border-color: #A1885A;
}
</style>