Shades of Teak #A7945B
Tints of Teak #A7945B
RGB
CMYK
RGB Variations
Color information
#A7945B (or 0xA7945B) is known color: Teak. HEX triplet: A7, 94 and 5B. RGB value is (167,148,91). Sum of RGB (Red+Green+Blue) = 167+148+91=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7945B is #586BA4. Grayscale: #939393. Windows color (decimal): -5794725 or 6001831. OLE color: 6001831.
HSL color Cylindrical-coordinate representation of color #A7945B: hue angle of 45º 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 #A7945B is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 91 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.35 |
| HSL | 45º | 0.3% | 0.51% | - |
| HSV(B) | 45º | 0.46% | 0.65% | - |
| XYZ | 28.41 | 30.15 | 14.22 | - |
| YUV | 147.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 91 | 0 | 0.11 | 0.46 | 0.35 | 45 | 0.3 | 0.51 |
| Hex | A7 | 94 | 5B | 0 | B | 2E | 23 | 2D | 1E | 33 |
| Octal | 247 | 224 | 133 | 0 | 13 | 56 | 43 | 55 | 36 | 63 |
| Binary | 10100111 | 10010100 | 1011011 | 0 | 1011 | 101110 | 100011 | 101101 | 11110 | 110011 |
Color Harmonies of #A7945B
Complementary color
Monochromatic Colors of #A7945B
Black with #A7945B
Text Example
Text Example
White with #A7945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7945B; }
p { color: rgb(167,148,91); }
H1.HeaderClassName
{
color: #A7945B;
}
.AnyTagClassName
{
color: #A7945B;
}
</style>
background-color css
<style>
a { background-color: #A7945B; }
a { background-color: rgb(167,148,91); }
div.DivClassName
{
background-color: #A7945B;
}
.BgClassName
{
background-color: #A7945B;
}
</style>
border-color css
<style>
span { border-color: #A7945B; }
span { border-color: rgb(167,148,91); }
td.TdClassName
{
border-color: #A7945B;
}
.TagClassName
{
border-color: #A7945B;
}
</style>