Shades of Teak #A7865C
Tints of Teak #A7865C
RGB
CMYK
RGB Variations
Color information
#A7865C (or 0xA7865C) is known color: Teak. HEX triplet: A7, 86 and 5C. RGB value is (167,134,92). Sum of RGB (Red+Green+Blue) = 167+134+92=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7865C is #5879A3. Grayscale: #8B8B8B. Windows color (decimal): -5798308 or 6063783. OLE color: 6063783.
HSL color Cylindrical-coordinate representation of color #A7865C: hue angle of 33.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 #A7865C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 92 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.35 |
| HSL | 33.6º | 0.3% | 0.51% | - |
| HSV(B) | 33.6º | 0.45% | 0.65% | - |
| XYZ | 26.39 | 26.04 | 13.76 | - |
| YUV | 139.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 92 | 0 | 0.20 | 0.45 | 0.35 | 33.6 | 0.3 | 0.51 |
| Hex | A7 | 86 | 5C | 0 | 14 | 2D | 23 | 22 | 1E | 33 |
| Octal | 247 | 206 | 134 | 0 | 24 | 55 | 43 | 42 | 36 | 63 |
| Binary | 10100111 | 10000110 | 1011100 | 0 | 10100 | 101101 | 100011 | 100010 | 11110 | 110011 |
Color Harmonies of #A7865C
Complementary color
Monochromatic Colors of #A7865C
Black with #A7865C
Text Example
Text Example
White with #A7865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7865C; }
p { color: rgb(167,134,92); }
H1.HeaderClassName
{
color: #A7865C;
}
.AnyTagClassName
{
color: #A7865C;
}
</style>
background-color css
<style>
a { background-color: #A7865C; }
a { background-color: rgb(167,134,92); }
div.DivClassName
{
background-color: #A7865C;
}
.BgClassName
{
background-color: #A7865C;
}
</style>
border-color css
<style>
span { border-color: #A7865C; }
span { border-color: rgb(167,134,92); }
td.TdClassName
{
border-color: #A7865C;
}
.TagClassName
{
border-color: #A7865C;
}
</style>