Shades of Teak #A7935C
Tints of Teak #A7935C
RGB
CMYK
RGB Variations
Color information
#A7935C (or 0xA7935C) is known color: Teak. HEX triplet: A7, 93 and 5C. RGB value is (167,147,92). Sum of RGB (Red+Green+Blue) = 167+147+92=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7935C is #586CA3. Grayscale: #929292. Windows color (decimal): -5794980 or 6067111. OLE color: 6067111.
HSL color Cylindrical-coordinate representation of color #A7935C: hue angle of 44º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7935C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 92 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.35 |
| HSL | 44º | 0.3% | 0.51% | - |
| HSV(B) | 44º | 0.45% | 0.65% | - |
| XYZ | 28.3 | 29.86 | 14.4 | - |
| YUV | 146.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 92 | 0 | 0.12 | 0.45 | 0.35 | 44 | 0.3 | 0.51 |
| Hex | A7 | 93 | 5C | 0 | C | 2D | 23 | 2C | 1E | 33 |
| Octal | 247 | 223 | 134 | 0 | 14 | 55 | 43 | 54 | 36 | 63 |
| Binary | 10100111 | 10010011 | 1011100 | 0 | 1100 | 101101 | 100011 | 101100 | 11110 | 110011 |
Color Harmonies of #A7935C
Complementary color
Monochromatic Colors of #A7935C
Black with #A7935C
Text Example
Text Example
White with #A7935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7935C; }
p { color: rgb(167,147,92); }
H1.HeaderClassName
{
color: #A7935C;
}
.AnyTagClassName
{
color: #A7935C;
}
</style>
background-color css
<style>
a { background-color: #A7935C; }
a { background-color: rgb(167,147,92); }
div.DivClassName
{
background-color: #A7935C;
}
.BgClassName
{
background-color: #A7935C;
}
</style>
border-color css
<style>
span { border-color: #A7935C; }
span { border-color: rgb(167,147,92); }
td.TdClassName
{
border-color: #A7935C;
}
.TagClassName
{
border-color: #A7935C;
}
</style>