Shades of Teak #A1885D
Tints of Teak #A1885D
RGB
CMYK
RGB Variations
Color information
#A1885D (or 0xA1885D) is known color: Teak. HEX triplet: A1, 88 and 5D. RGB value is (161,136,93). Sum of RGB (Red+Green+Blue) = 161+136+93=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1885D is #5E77A2. Grayscale: #8A8A8A. Windows color (decimal): -6191011 or 6129825. OLE color: 6129825.
HSL color Cylindrical-coordinate representation of color #A1885D: hue angle of 37.94º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1885D is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 93 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.37 |
| HSL | 37.94º | 0.27% | 0.5% | - |
| HSV(B) | 37.94º | 0.42% | 0.63% | - |
| XYZ | 25.48 | 25.98 | 14.03 | - |
| YUV | 138.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 93 | 0 | 0.16 | 0.42 | 0.37 | 37.94 | 0.27 | 0.5 |
| Hex | A1 | 88 | 5D | 0 | 10 | 2A | 25 | 26 | 1B | 32 |
| Octal | 241 | 210 | 135 | 0 | 20 | 52 | 45 | 46 | 33 | 62 |
| Binary | 10100001 | 10001000 | 1011101 | 0 | 10000 | 101010 | 100101 | 100110 | 11011 | 110010 |
Color Harmonies of #A1885D
Complementary color
Monochromatic Colors of #A1885D
Black with #A1885D
Text Example
Text Example
White with #A1885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1885D; }
p { color: rgb(161,136,93); }
H1.HeaderClassName
{
color: #A1885D;
}
.AnyTagClassName
{
color: #A1885D;
}
</style>
background-color css
<style>
a { background-color: #A1885D; }
a { background-color: rgb(161,136,93); }
div.DivClassName
{
background-color: #A1885D;
}
.BgClassName
{
background-color: #A1885D;
}
</style>
border-color css
<style>
span { border-color: #A1885D; }
span { border-color: rgb(161,136,93); }
td.TdClassName
{
border-color: #A1885D;
}
.TagClassName
{
border-color: #A1885D;
}
</style>