Shades of Teak #A68958
Tints of Teak #A68958
RGB
CMYK
RGB Variations
Color information
#A68958 (or 0xA68958) is known color: Teak. HEX triplet: A6, 89 and 58. RGB value is (166,137,88). Sum of RGB (Red+Green+Blue) = 166+137+88=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A68958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68958 is #5976A7. Grayscale: #8C8C8C. Windows color (decimal): -5863080 or 5802406. OLE color: 5802406.
HSL color Cylindrical-coordinate representation of color #A68958: hue angle of 37.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A68958 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 88 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.35 |
| HSL | 37.69º | 0.31% | 0.5% | - |
| HSV(B) | 37.69º | 0.47% | 0.65% | - |
| XYZ | 26.43 | 26.7 | 12.99 | - |
| YUV | 140.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 88 | 0 | 0.17 | 0.47 | 0.35 | 37.69 | 0.31 | 0.5 |
| Hex | A6 | 89 | 58 | 0 | 11 | 2F | 23 | 26 | 1F | 32 |
| Octal | 246 | 211 | 130 | 0 | 21 | 57 | 43 | 46 | 37 | 62 |
| Binary | 10100110 | 10001001 | 1011000 | 0 | 10001 | 101111 | 100011 | 100110 | 11111 | 110010 |
Color Harmonies of #A68958
Complementary color
Monochromatic Colors of #A68958
Black with #A68958
Text Example
Text Example
White with #A68958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68958; }
p { color: rgb(166,137,88); }
H1.HeaderClassName
{
color: #A68958;
}
.AnyTagClassName
{
color: #A68958;
}
</style>
background-color css
<style>
a { background-color: #A68958; }
a { background-color: rgb(166,137,88); }
div.DivClassName
{
background-color: #A68958;
}
.BgClassName
{
background-color: #A68958;
}
</style>
border-color css
<style>
span { border-color: #A68958; }
span { border-color: rgb(166,137,88); }
td.TdClassName
{
border-color: #A68958;
}
.TagClassName
{
border-color: #A68958;
}
</style>