Shades of Teak #A6935D
Tints of Teak #A6935D
RGB
CMYK
RGB Variations
Color information
#A6935D (or 0xA6935D) is known color: Teak. HEX triplet: A6, 93 and 5D. RGB value is (166,147,93). Sum of RGB (Red+Green+Blue) = 166+147+93=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6935D is #596CA2. Grayscale: #929292. Windows color (decimal): -5860515 or 6132646. OLE color: 6132646.
HSL color Cylindrical-coordinate representation of color #A6935D: hue angle of 44.38º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6935D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 93 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.35 |
| HSL | 44.38º | 0.29% | 0.51% | - |
| HSV(B) | 44.38º | 0.44% | 0.65% | - |
| XYZ | 28.14 | 29.76 | 14.62 | - |
| YUV | 146.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 93 | 0 | 0.11 | 0.44 | 0.35 | 44.38 | 0.29 | 0.51 |
| Hex | A6 | 93 | 5D | 0 | B | 2C | 23 | 2C | 1D | 33 |
| Octal | 246 | 223 | 135 | 0 | 13 | 54 | 43 | 54 | 35 | 63 |
| Binary | 10100110 | 10010011 | 1011101 | 0 | 1011 | 101100 | 100011 | 101100 | 11101 | 110011 |
Color Harmonies of #A6935D
Complementary color
Monochromatic Colors of #A6935D
Black with #A6935D
Text Example
Text Example
White with #A6935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6935D; }
p { color: rgb(166,147,93); }
H1.HeaderClassName
{
color: #A6935D;
}
.AnyTagClassName
{
color: #A6935D;
}
</style>
background-color css
<style>
a { background-color: #A6935D; }
a { background-color: rgb(166,147,93); }
div.DivClassName
{
background-color: #A6935D;
}
.BgClassName
{
background-color: #A6935D;
}
</style>
border-color css
<style>
span { border-color: #A6935D; }
span { border-color: rgb(166,147,93); }
td.TdClassName
{
border-color: #A6935D;
}
.TagClassName
{
border-color: #A6935D;
}
</style>