Shades of Teak #A68D51
Tints of Teak #A68D51
RGB
CMYK
RGB Variations
Color information
#A68D51 (or 0xA68D51) is known color: Teak. HEX triplet: A6, 8D and 51. RGB value is (166,141,81). Sum of RGB (Red+Green+Blue) = 166+141+81=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D51 is #5972AE. Grayscale: #8D8D8D. Windows color (decimal): -5862063 or 5344678. OLE color: 5344678.
HSL color Cylindrical-coordinate representation of color #A68D51: hue angle of 42.35º 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 #A68D51 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 81 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.35 |
| HSL | 42.35º | 0.34% | 0.48% | - |
| HSV(B) | 42.35º | 0.51% | 0.65% | - |
| XYZ | 26.74 | 27.75 | 11.73 | - |
| YUV | 141.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 81 | 0 | 0.15 | 0.51 | 0.35 | 42.35 | 0.34 | 0.48 |
| Hex | A6 | 8D | 51 | 0 | F | 33 | 23 | 2A | 22 | 30 |
| Octal | 246 | 215 | 121 | 0 | 17 | 63 | 43 | 52 | 42 | 60 |
| Binary | 10100110 | 10001101 | 1010001 | 0 | 1111 | 110011 | 100011 | 101010 | 100010 | 110000 |
Color Harmonies of #A68D51
Complementary color
Monochromatic Colors of #A68D51
Black with #A68D51
Text Example
Text Example
White with #A68D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D51; }
p { color: rgb(166,141,81); }
H1.HeaderClassName
{
color: #A68D51;
}
.AnyTagClassName
{
color: #A68D51;
}
</style>
background-color css
<style>
a { background-color: #A68D51; }
a { background-color: rgb(166,141,81); }
div.DivClassName
{
background-color: #A68D51;
}
.BgClassName
{
background-color: #A68D51;
}
</style>
border-color css
<style>
span { border-color: #A68D51; }
span { border-color: rgb(166,141,81); }
td.TdClassName
{
border-color: #A68D51;
}
.TagClassName
{
border-color: #A68D51;
}
</style>