Shades of Teak #A7915A
Tints of Teak #A7915A
RGB
CMYK
RGB Variations
Color information
#A7915A (or 0xA7915A) is known color: Teak. HEX triplet: A7, 91 and 5A. RGB value is (167,145,90). Sum of RGB (Red+Green+Blue) = 167+145+90=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A7915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7915A is #586EA5. Grayscale: #919191. Windows color (decimal): -5795494 or 5935527. OLE color: 5935527.
HSL color Cylindrical-coordinate representation of color #A7915A: hue angle of 42.86º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7915A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 90 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.35 |
| HSL | 42.86º | 0.3% | 0.5% | - |
| HSV(B) | 42.86º | 0.46% | 0.65% | - |
| XYZ | 27.91 | 29.2 | 13.84 | - |
| YUV | 145.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 90 | 0 | 0.13 | 0.46 | 0.35 | 42.86 | 0.3 | 0.5 |
| Hex | A7 | 91 | 5A | 0 | D | 2E | 23 | 2B | 1E | 32 |
| Octal | 247 | 221 | 132 | 0 | 15 | 56 | 43 | 53 | 36 | 62 |
| Binary | 10100111 | 10010001 | 1011010 | 0 | 1101 | 101110 | 100011 | 101011 | 11110 | 110010 |
Color Harmonies of #A7915A
Complementary color
Monochromatic Colors of #A7915A
Black with #A7915A
Text Example
Text Example
White with #A7915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7915A; }
p { color: rgb(167,145,90); }
H1.HeaderClassName
{
color: #A7915A;
}
.AnyTagClassName
{
color: #A7915A;
}
</style>
background-color css
<style>
a { background-color: #A7915A; }
a { background-color: rgb(167,145,90); }
div.DivClassName
{
background-color: #A7915A;
}
.BgClassName
{
background-color: #A7915A;
}
</style>
border-color css
<style>
span { border-color: #A7915A; }
span { border-color: rgb(167,145,90); }
td.TdClassName
{
border-color: #A7915A;
}
.TagClassName
{
border-color: #A7915A;
}
</style>