Shades of Teak #A7905A
Tints of Teak #A7905A
RGB
CMYK
RGB Variations
Color information
#A7905A (or 0xA7905A) is known color: Teak. HEX triplet: A7, 90 and 5A. RGB value is (167,144,90). Sum of RGB (Red+Green+Blue) = 167+144+90=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A7905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7905A is #586FA5. Grayscale: #909090. Windows color (decimal): -5795750 or 5935271. OLE color: 5935271.
HSL color Cylindrical-coordinate representation of color #A7905A: hue angle of 42.08º 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 #A7905A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 90 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.35 |
| HSL | 42.08º | 0.3% | 0.5% | - |
| HSV(B) | 42.08º | 0.46% | 0.65% | - |
| XYZ | 27.76 | 28.9 | 13.79 | - |
| YUV | 144.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 90 | 0 | 0.14 | 0.46 | 0.35 | 42.08 | 0.3 | 0.5 |
| Hex | A7 | 90 | 5A | 0 | E | 2E | 23 | 2A | 1E | 32 |
| Octal | 247 | 220 | 132 | 0 | 16 | 56 | 43 | 52 | 36 | 62 |
| Binary | 10100111 | 10010000 | 1011010 | 0 | 1110 | 101110 | 100011 | 101010 | 11110 | 110010 |
Color Harmonies of #A7905A
Complementary color
Monochromatic Colors of #A7905A
Black with #A7905A
Text Example
Text Example
White with #A7905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7905A; }
p { color: rgb(167,144,90); }
H1.HeaderClassName
{
color: #A7905A;
}
.AnyTagClassName
{
color: #A7905A;
}
</style>
background-color css
<style>
a { background-color: #A7905A; }
a { background-color: rgb(167,144,90); }
div.DivClassName
{
background-color: #A7905A;
}
.BgClassName
{
background-color: #A7905A;
}
</style>
border-color css
<style>
span { border-color: #A7905A; }
span { border-color: rgb(167,144,90); }
td.TdClassName
{
border-color: #A7905A;
}
.TagClassName
{
border-color: #A7905A;
}
</style>