Shades of Teak #A0905B
Tints of Teak #A0905B
RGB
CMYK
RGB Variations
Color information
#A0905B (or 0xA0905B) is known color: Teak. HEX triplet: A0, 90 and 5B. RGB value is (160,144,91). Sum of RGB (Red+Green+Blue) = 160+144+91=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A0905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0905B is #5F6FA4. Grayscale: #8E8E8E. Windows color (decimal): -6254501 or 6000800. OLE color: 6000800.
HSL color Cylindrical-coordinate representation of color #A0905B: hue angle of 46.09º degrees, saturation: 0.27, 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 #A0905B is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 91 | - |
| CMYK | 0 | 0.1 | 0.43 | 0.37 |
| HSL | 46.09º | 0.27% | 0.49% | - |
| HSV(B) | 46.09º | 0.43% | 0.63% | - |
| XYZ | 26.36 | 28.18 | 13.95 | - |
| YUV | 142.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 91 | 0 | 0.1 | 0.43 | 0.37 | 46.09 | 0.27 | 0.49 |
| Hex | A0 | 90 | 5B | 0 | A | 2B | 25 | 2E | 1B | 31 |
| Octal | 240 | 220 | 133 | 0 | 12 | 53 | 45 | 56 | 33 | 61 |
| Binary | 10100000 | 10010000 | 1011011 | 0 | 1010 | 101011 | 100101 | 101110 | 11011 | 110001 |
Color Harmonies of #A0905B
Complementary color
Monochromatic Colors of #A0905B
Black with #A0905B
Text Example
Text Example
White with #A0905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0905B; }
p { color: rgb(160,144,91); }
H1.HeaderClassName
{
color: #A0905B;
}
.AnyTagClassName
{
color: #A0905B;
}
</style>
background-color css
<style>
a { background-color: #A0905B; }
a { background-color: rgb(160,144,91); }
div.DivClassName
{
background-color: #A0905B;
}
.BgClassName
{
background-color: #A0905B;
}
</style>
border-color css
<style>
span { border-color: #A0905B; }
span { border-color: rgb(160,144,91); }
td.TdClassName
{
border-color: #A0905B;
}
.TagClassName
{
border-color: #A0905B;
}
</style>