Shades of Teak #A6925B
Tints of Teak #A6925B
RGB
CMYK
RGB Variations
Color information
#A6925B (or 0xA6925B) is known color: Teak. HEX triplet: A6, 92 and 5B. RGB value is (166,146,91). Sum of RGB (Red+Green+Blue) = 166+146+91=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6925B is #596DA4. Grayscale: #919191. Windows color (decimal): -5860773 or 6001318. OLE color: 6001318.
HSL color Cylindrical-coordinate representation of color #A6925B: hue angle of 44º 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 #A6925B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 91 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.35 |
| HSL | 44º | 0.3% | 0.5% | - |
| HSV(B) | 44º | 0.45% | 0.65% | - |
| XYZ | 27.89 | 29.42 | 14.11 | - |
| YUV | 145.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 91 | 0 | 0.12 | 0.45 | 0.35 | 44 | 0.3 | 0.5 |
| Hex | A6 | 92 | 5B | 0 | C | 2D | 23 | 2C | 1E | 32 |
| Octal | 246 | 222 | 133 | 0 | 14 | 55 | 43 | 54 | 36 | 62 |
| Binary | 10100110 | 10010010 | 1011011 | 0 | 1100 | 101101 | 100011 | 101100 | 11110 | 110010 |
Color Harmonies of #A6925B
Complementary color
Monochromatic Colors of #A6925B
Black with #A6925B
Text Example
Text Example
White with #A6925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6925B; }
p { color: rgb(166,146,91); }
H1.HeaderClassName
{
color: #A6925B;
}
.AnyTagClassName
{
color: #A6925B;
}
</style>
background-color css
<style>
a { background-color: #A6925B; }
a { background-color: rgb(166,146,91); }
div.DivClassName
{
background-color: #A6925B;
}
.BgClassName
{
background-color: #A6925B;
}
</style>
border-color css
<style>
span { border-color: #A6925B; }
span { border-color: rgb(166,146,91); }
td.TdClassName
{
border-color: #A6925B;
}
.TagClassName
{
border-color: #A6925B;
}
</style>