Shades of Teak #A18851
Tints of Teak #A18851
RGB
CMYK
RGB Variations
Color information
#A18851 (or 0xA18851) is known color: Teak. HEX triplet: A1, 88 and 51. RGB value is (161,136,81). Sum of RGB (Red+Green+Blue) = 161+136+81=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18851 is #5E77AE. Grayscale: #898989. Windows color (decimal): -6191023 or 5343393. OLE color: 5343393.
HSL color Cylindrical-coordinate representation of color #A18851: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18851 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 81 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.37 |
| HSL | 41.25º | 0.33% | 0.47% | - |
| HSV(B) | 41.25º | 0.5% | 0.63% | - |
| XYZ | 24.99 | 25.78 | 11.44 | - |
| YUV | 137.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 81 | 0 | 0.16 | 0.50 | 0.37 | 41.25 | 0.33 | 0.47 |
| Hex | A1 | 88 | 51 | 0 | 10 | 32 | 25 | 29 | 21 | 2F |
| Octal | 241 | 210 | 121 | 0 | 20 | 62 | 45 | 51 | 41 | 57 |
| Binary | 10100001 | 10001000 | 1010001 | 0 | 10000 | 110010 | 100101 | 101001 | 100001 | 101111 |
Color Harmonies of #A18851
Complementary color
Monochromatic Colors of #A18851
Black with #A18851
Text Example
Text Example
White with #A18851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18851; }
p { color: rgb(161,136,81); }
H1.HeaderClassName
{
color: #A18851;
}
.AnyTagClassName
{
color: #A18851;
}
</style>
background-color css
<style>
a { background-color: #A18851; }
a { background-color: rgb(161,136,81); }
div.DivClassName
{
background-color: #A18851;
}
.BgClassName
{
background-color: #A18851;
}
</style>
border-color css
<style>
span { border-color: #A18851; }
span { border-color: rgb(161,136,81); }
td.TdClassName
{
border-color: #A18851;
}
.TagClassName
{
border-color: #A18851;
}
</style>