Shades of Teak #A6935B
Tints of Teak #A6935B
RGB
CMYK
RGB Variations
Color information
#A6935B (or 0xA6935B) is known color: Teak. HEX triplet: A6, 93 and 5B. RGB value is (166,147,91). Sum of RGB (Red+Green+Blue) = 166+147+91=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6935B is #596CA4. Grayscale: #929292. Windows color (decimal): -5860517 or 6001574. OLE color: 6001574.
HSL color Cylindrical-coordinate representation of color #A6935B: hue angle of 44.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6935B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 91 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.35 |
| HSL | 44.8º | 0.3% | 0.5% | - |
| HSV(B) | 44.8º | 0.45% | 0.65% | - |
| XYZ | 28.05 | 29.73 | 14.16 | - |
| YUV | 146.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 91 | 0 | 0.11 | 0.45 | 0.35 | 44.8 | 0.3 | 0.5 |
| Hex | A6 | 93 | 5B | 0 | B | 2D | 23 | 2D | 1E | 32 |
| Octal | 246 | 223 | 133 | 0 | 13 | 55 | 43 | 55 | 36 | 62 |
| Binary | 10100110 | 10010011 | 1011011 | 0 | 1011 | 101101 | 100011 | 101101 | 11110 | 110010 |
Color Harmonies of #A6935B
Complementary color
Monochromatic Colors of #A6935B
Black with #A6935B
Text Example
Text Example
White with #A6935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6935B; }
p { color: rgb(166,147,91); }
H1.HeaderClassName
{
color: #A6935B;
}
.AnyTagClassName
{
color: #A6935B;
}
</style>
background-color css
<style>
a { background-color: #A6935B; }
a { background-color: rgb(166,147,91); }
div.DivClassName
{
background-color: #A6935B;
}
.BgClassName
{
background-color: #A6935B;
}
</style>
border-color css
<style>
span { border-color: #A6935B; }
span { border-color: rgb(166,147,91); }
td.TdClassName
{
border-color: #A6935B;
}
.TagClassName
{
border-color: #A6935B;
}
</style>