Shades of Teak #A68756
Tints of Teak #A68756
RGB
CMYK
RGB Variations
Color information
#A68756 (or 0xA68756) is known color: Teak. HEX triplet: A6, 87 and 56. RGB value is (166,135,86). Sum of RGB (Red+Green+Blue) = 166+135+86=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A68756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68756 is #5978A9. Grayscale: #8A8A8A. Windows color (decimal): -5863594 or 5670822. OLE color: 5670822.
HSL color Cylindrical-coordinate representation of color #A68756: hue angle of 36.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A68756 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 86 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.35 |
| HSL | 36.75º | 0.32% | 0.49% | - |
| HSV(B) | 36.75º | 0.48% | 0.65% | - |
| XYZ | 26.07 | 26.11 | 12.47 | - |
| YUV | 138.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 86 | 0 | 0.19 | 0.48 | 0.35 | 36.75 | 0.32 | 0.49 |
| Hex | A6 | 87 | 56 | 0 | 13 | 30 | 23 | 25 | 20 | 31 |
| Octal | 246 | 207 | 126 | 0 | 23 | 60 | 43 | 45 | 40 | 61 |
| Binary | 10100110 | 10000111 | 1010110 | 0 | 10011 | 110000 | 100011 | 100101 | 100000 | 110001 |
Color Harmonies of #A68756
Complementary color
Monochromatic Colors of #A68756
Black with #A68756
Text Example
Text Example
White with #A68756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68756; }
p { color: rgb(166,135,86); }
H1.HeaderClassName
{
color: #A68756;
}
.AnyTagClassName
{
color: #A68756;
}
</style>
background-color css
<style>
a { background-color: #A68756; }
a { background-color: rgb(166,135,86); }
div.DivClassName
{
background-color: #A68756;
}
.BgClassName
{
background-color: #A68756;
}
</style>
border-color css
<style>
span { border-color: #A68756; }
span { border-color: rgb(166,135,86); }
td.TdClassName
{
border-color: #A68756;
}
.TagClassName
{
border-color: #A68756;
}
</style>