Shades of Teak #A7905C
Tints of Teak #A7905C
RGB
CMYK
RGB Variations
Color information
#A7905C (or 0xA7905C) is known color: Teak. HEX triplet: A7, 90 and 5C. RGB value is (167,144,92). Sum of RGB (Red+Green+Blue) = 167+144+92=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7905C is #586FA3. Grayscale: #919191. Windows color (decimal): -5795748 or 6066343. OLE color: 6066343.
HSL color Cylindrical-coordinate representation of color #A7905C: hue angle of 41.6º 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 #A7905C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 92 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.35 |
| HSL | 41.6º | 0.3% | 0.51% | - |
| HSV(B) | 41.6º | 0.45% | 0.65% | - |
| XYZ | 27.84 | 28.93 | 14.24 | - |
| YUV | 144.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 92 | 0 | 0.14 | 0.45 | 0.35 | 41.6 | 0.3 | 0.51 |
| Hex | A7 | 90 | 5C | 0 | E | 2D | 23 | 2A | 1E | 33 |
| Octal | 247 | 220 | 134 | 0 | 16 | 55 | 43 | 52 | 36 | 63 |
| Binary | 10100111 | 10010000 | 1011100 | 0 | 1110 | 101101 | 100011 | 101010 | 11110 | 110011 |
Color Harmonies of #A7905C
Complementary color
Monochromatic Colors of #A7905C
Black with #A7905C
Text Example
Text Example
White with #A7905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7905C; }
p { color: rgb(167,144,92); }
H1.HeaderClassName
{
color: #A7905C;
}
.AnyTagClassName
{
color: #A7905C;
}
</style>
background-color css
<style>
a { background-color: #A7905C; }
a { background-color: rgb(167,144,92); }
div.DivClassName
{
background-color: #A7905C;
}
.BgClassName
{
background-color: #A7905C;
}
</style>
border-color css
<style>
span { border-color: #A7905C; }
span { border-color: rgb(167,144,92); }
td.TdClassName
{
border-color: #A7905C;
}
.TagClassName
{
border-color: #A7905C;
}
</style>