Shades of Teak #A7845B
Tints of Teak #A7845B
RGB
CMYK
RGB Variations
Color information
#A7845B (or 0xA7845B) is known color: Teak. HEX triplet: A7, 84 and 5B. RGB value is (167,132,91). Sum of RGB (Red+Green+Blue) = 167+132+91=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7845B is #587BA4. Grayscale: #898989. Windows color (decimal): -5798821 or 5997735. OLE color: 5997735.
HSL color Cylindrical-coordinate representation of color #A7845B: hue angle of 32.37º 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 #A7845B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 91 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.35 |
| HSL | 32.37º | 0.3% | 0.51% | - |
| HSV(B) | 32.37º | 0.46% | 0.65% | - |
| XYZ | 26.08 | 25.47 | 13.44 | - |
| YUV | 137.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 91 | 0 | 0.21 | 0.46 | 0.35 | 32.37 | 0.3 | 0.51 |
| Hex | A7 | 84 | 5B | 0 | 15 | 2E | 23 | 20 | 1E | 33 |
| Octal | 247 | 204 | 133 | 0 | 25 | 56 | 43 | 40 | 36 | 63 |
| Binary | 10100111 | 10000100 | 1011011 | 0 | 10101 | 101110 | 100011 | 100000 | 11110 | 110011 |
Color Harmonies of #A7845B
Complementary color
Monochromatic Colors of #A7845B
Black with #A7845B
Text Example
Text Example
White with #A7845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7845B; }
p { color: rgb(167,132,91); }
H1.HeaderClassName
{
color: #A7845B;
}
.AnyTagClassName
{
color: #A7845B;
}
</style>
background-color css
<style>
a { background-color: #A7845B; }
a { background-color: rgb(167,132,91); }
div.DivClassName
{
background-color: #A7845B;
}
.BgClassName
{
background-color: #A7845B;
}
</style>
border-color css
<style>
span { border-color: #A7845B; }
span { border-color: rgb(167,132,91); }
td.TdClassName
{
border-color: #A7845B;
}
.TagClassName
{
border-color: #A7845B;
}
</style>