Shades of Teak #A68A51
Tints of Teak #A68A51
RGB
CMYK
RGB Variations
Color information
#A68A51 (or 0xA68A51) is known color: Teak. HEX triplet: A6, 8A and 51. RGB value is (166,138,81). Sum of RGB (Red+Green+Blue) = 166+138+81=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A51 is #5975AE. Grayscale: #8C8C8C. Windows color (decimal): -5862831 or 5343910. OLE color: 5343910.
HSL color Cylindrical-coordinate representation of color #A68A51: hue angle of 40.24º 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 #A68A51 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 81 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.35 |
| HSL | 40.24º | 0.34% | 0.48% | - |
| HSV(B) | 40.24º | 0.51% | 0.65% | - |
| XYZ | 26.3 | 26.88 | 11.59 | - |
| YUV | 139.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 81 | 0 | 0.17 | 0.51 | 0.35 | 40.24 | 0.34 | 0.48 |
| Hex | A6 | 8A | 51 | 0 | 11 | 33 | 23 | 28 | 22 | 30 |
| Octal | 246 | 212 | 121 | 0 | 21 | 63 | 43 | 50 | 42 | 60 |
| Binary | 10100110 | 10001010 | 1010001 | 0 | 10001 | 110011 | 100011 | 101000 | 100010 | 110000 |
Color Harmonies of #A68A51
Complementary color
Monochromatic Colors of #A68A51
Black with #A68A51
Text Example
Text Example
White with #A68A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A51; }
p { color: rgb(166,138,81); }
H1.HeaderClassName
{
color: #A68A51;
}
.AnyTagClassName
{
color: #A68A51;
}
</style>
background-color css
<style>
a { background-color: #A68A51; }
a { background-color: rgb(166,138,81); }
div.DivClassName
{
background-color: #A68A51;
}
.BgClassName
{
background-color: #A68A51;
}
</style>
border-color css
<style>
span { border-color: #A68A51; }
span { border-color: rgb(166,138,81); }
td.TdClassName
{
border-color: #A68A51;
}
.TagClassName
{
border-color: #A68A51;
}
</style>