Shades of Teak #A7935B
Tints of Teak #A7935B
RGB
CMYK
RGB Variations
Color information
#A7935B (or 0xA7935B) is known color: Teak. HEX triplet: A7, 93 and 5B. RGB value is (167,147,91). Sum of RGB (Red+Green+Blue) = 167+147+91=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7935B is #586CA4. Grayscale: #929292. Windows color (decimal): -5794981 or 6001575. OLE color: 6001575.
HSL color Cylindrical-coordinate representation of color #A7935B: hue angle of 44.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7935B is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 91 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.35 |
| HSL | 44.21º | 0.3% | 0.51% | - |
| HSV(B) | 44.21º | 0.46% | 0.65% | - |
| XYZ | 28.26 | 29.84 | 14.17 | - |
| YUV | 146.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 91 | 0 | 0.12 | 0.46 | 0.35 | 44.21 | 0.3 | 0.51 |
| Hex | A7 | 93 | 5B | 0 | C | 2E | 23 | 2C | 1E | 33 |
| Octal | 247 | 223 | 133 | 0 | 14 | 56 | 43 | 54 | 36 | 63 |
| Binary | 10100111 | 10010011 | 1011011 | 0 | 1100 | 101110 | 100011 | 101100 | 11110 | 110011 |
Color Harmonies of #A7935B
Complementary color
Monochromatic Colors of #A7935B
Black with #A7935B
Text Example
Text Example
White with #A7935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7935B; }
p { color: rgb(167,147,91); }
H1.HeaderClassName
{
color: #A7935B;
}
.AnyTagClassName
{
color: #A7935B;
}
</style>
background-color css
<style>
a { background-color: #A7935B; }
a { background-color: rgb(167,147,91); }
div.DivClassName
{
background-color: #A7935B;
}
.BgClassName
{
background-color: #A7935B;
}
</style>
border-color css
<style>
span { border-color: #A7935B; }
span { border-color: rgb(167,147,91); }
td.TdClassName
{
border-color: #A7935B;
}
.TagClassName
{
border-color: #A7935B;
}
</style>