Shades of Teak #A68F51
Tints of Teak #A68F51
RGB
CMYK
RGB Variations
Color information
#A68F51 (or 0xA68F51) is known color: Teak. HEX triplet: A6, 8F and 51. RGB value is (166,143,81). Sum of RGB (Red+Green+Blue) = 166+143+81=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F51 is #5970AE. Grayscale: #8F8F8F. Windows color (decimal): -5861551 or 5345190. OLE color: 5345190.
HSL color Cylindrical-coordinate representation of color #A68F51: hue angle of 43.76º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A68F51 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 81 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.35 |
| HSL | 43.76º | 0.34% | 0.48% | - |
| HSV(B) | 43.76º | 0.51% | 0.65% | - |
| XYZ | 27.03 | 28.35 | 11.83 | - |
| YUV | 142.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 81 | 0 | 0.14 | 0.51 | 0.35 | 43.76 | 0.34 | 0.48 |
| Hex | A6 | 8F | 51 | 0 | E | 33 | 23 | 2C | 22 | 30 |
| Octal | 246 | 217 | 121 | 0 | 16 | 63 | 43 | 54 | 42 | 60 |
| Binary | 10100110 | 10001111 | 1010001 | 0 | 1110 | 110011 | 100011 | 101100 | 100010 | 110000 |
Color Harmonies of #A68F51
Complementary color
Monochromatic Colors of #A68F51
Black with #A68F51
Text Example
Text Example
White with #A68F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F51; }
p { color: rgb(166,143,81); }
H1.HeaderClassName
{
color: #A68F51;
}
.AnyTagClassName
{
color: #A68F51;
}
</style>
background-color css
<style>
a { background-color: #A68F51; }
a { background-color: rgb(166,143,81); }
div.DivClassName
{
background-color: #A68F51;
}
.BgClassName
{
background-color: #A68F51;
}
</style>
border-color css
<style>
span { border-color: #A68F51; }
span { border-color: rgb(166,143,81); }
td.TdClassName
{
border-color: #A68F51;
}
.TagClassName
{
border-color: #A68F51;
}
</style>