Shades of Teak #A7895F
Tints of Teak #A7895F
RGB
CMYK
RGB Variations
Color information
#A7895F (or 0xA7895F) is known color: Teak. HEX triplet: A7, 89 and 5F. RGB value is (167,137,95). Sum of RGB (Red+Green+Blue) = 167+137+95=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A7895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7895F is #5876A0. Grayscale: #8D8D8D. Windows color (decimal): -5797537 or 6261159. OLE color: 6261159.
HSL color Cylindrical-coordinate representation of color #A7895F: hue angle of 35º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7895F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 95 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.35 |
| HSL | 35º | 0.29% | 0.51% | - |
| HSV(B) | 35º | 0.43% | 0.65% | - |
| XYZ | 26.95 | 26.93 | 14.6 | - |
| YUV | 141.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 95 | 0 | 0.18 | 0.43 | 0.35 | 35 | 0.29 | 0.51 |
| Hex | A7 | 89 | 5F | 0 | 12 | 2B | 23 | 23 | 1D | 33 |
| Octal | 247 | 211 | 137 | 0 | 22 | 53 | 43 | 43 | 35 | 63 |
| Binary | 10100111 | 10001001 | 1011111 | 0 | 10010 | 101011 | 100011 | 100011 | 11101 | 110011 |
Color Harmonies of #A7895F
Complementary color
Monochromatic Colors of #A7895F
Black with #A7895F
Text Example
Text Example
White with #A7895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7895F; }
p { color: rgb(167,137,95); }
H1.HeaderClassName
{
color: #A7895F;
}
.AnyTagClassName
{
color: #A7895F;
}
</style>
background-color css
<style>
a { background-color: #A7895F; }
a { background-color: rgb(167,137,95); }
div.DivClassName
{
background-color: #A7895F;
}
.BgClassName
{
background-color: #A7895F;
}
</style>
border-color css
<style>
span { border-color: #A7895F; }
span { border-color: rgb(167,137,95); }
td.TdClassName
{
border-color: #A7895F;
}
.TagClassName
{
border-color: #A7895F;
}
</style>