Shades of Teak #A1905A
Tints of Teak #A1905A
RGB
CMYK
RGB Variations
Color information
#A1905A (or 0xA1905A) is known color: Teak. HEX triplet: A1, 90 and 5A. RGB value is (161,144,90). Sum of RGB (Red+Green+Blue) = 161+144+90=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A1905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1905A is #5E6FA5. Grayscale: #8F8F8F. Windows color (decimal): -6188966 or 5935265. OLE color: 5935265.
HSL color Cylindrical-coordinate representation of color #A1905A: hue angle of 45.63º 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 #A1905A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 90 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.37 |
| HSL | 45.63º | 0.28% | 0.49% | - |
| HSV(B) | 45.63º | 0.44% | 0.63% | - |
| XYZ | 26.52 | 28.26 | 13.73 | - |
| YUV | 142.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 90 | 0 | 0.11 | 0.44 | 0.37 | 45.63 | 0.28 | 0.49 |
| Hex | A1 | 90 | 5A | 0 | B | 2C | 25 | 2E | 1C | 31 |
| Octal | 241 | 220 | 132 | 0 | 13 | 54 | 45 | 56 | 34 | 61 |
| Binary | 10100001 | 10010000 | 1011010 | 0 | 1011 | 101100 | 100101 | 101110 | 11100 | 110001 |
Color Harmonies of #A1905A
Complementary color
Monochromatic Colors of #A1905A
Black with #A1905A
Text Example
Text Example
White with #A1905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1905A; }
p { color: rgb(161,144,90); }
H1.HeaderClassName
{
color: #A1905A;
}
.AnyTagClassName
{
color: #A1905A;
}
</style>
background-color css
<style>
a { background-color: #A1905A; }
a { background-color: rgb(161,144,90); }
div.DivClassName
{
background-color: #A1905A;
}
.BgClassName
{
background-color: #A1905A;
}
</style>
border-color css
<style>
span { border-color: #A1905A; }
span { border-color: rgb(161,144,90); }
td.TdClassName
{
border-color: #A1905A;
}
.TagClassName
{
border-color: #A1905A;
}
</style>