Shades of Teak #A1875B
Tints of Teak #A1875B
RGB
CMYK
RGB Variations
Color information
#A1875B (or 0xA1875B) is known color: Teak. HEX triplet: A1, 87 and 5B. RGB value is (161,135,91). Sum of RGB (Red+Green+Blue) = 161+135+91=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1875B is #5E78A4. Grayscale: #898989. Windows color (decimal): -6191269 or 5998497. OLE color: 5998497.
HSL color Cylindrical-coordinate representation of color #A1875B: hue angle of 37.71º 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 #A1875B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 91 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.37 |
| HSL | 37.71º | 0.28% | 0.49% | - |
| HSV(B) | 37.71º | 0.43% | 0.63% | - |
| XYZ | 25.25 | 25.66 | 13.52 | - |
| YUV | 137.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 91 | 0 | 0.16 | 0.43 | 0.37 | 37.71 | 0.28 | 0.49 |
| Hex | A1 | 87 | 5B | 0 | 10 | 2B | 25 | 26 | 1C | 31 |
| Octal | 241 | 207 | 133 | 0 | 20 | 53 | 45 | 46 | 34 | 61 |
| Binary | 10100001 | 10000111 | 1011011 | 0 | 10000 | 101011 | 100101 | 100110 | 11100 | 110001 |
Color Harmonies of #A1875B
Complementary color
Monochromatic Colors of #A1875B
Black with #A1875B
Text Example
Text Example
White with #A1875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1875B; }
p { color: rgb(161,135,91); }
H1.HeaderClassName
{
color: #A1875B;
}
.AnyTagClassName
{
color: #A1875B;
}
</style>
background-color css
<style>
a { background-color: #A1875B; }
a { background-color: rgb(161,135,91); }
div.DivClassName
{
background-color: #A1875B;
}
.BgClassName
{
background-color: #A1875B;
}
</style>
border-color css
<style>
span { border-color: #A1875B; }
span { border-color: rgb(161,135,91); }
td.TdClassName
{
border-color: #A1875B;
}
.TagClassName
{
border-color: #A1875B;
}
</style>