Shades of Teak #A68E5B
Tints of Teak #A68E5B
RGB
CMYK
RGB Variations
Color information
#A68E5B (or 0xA68E5B) is known color: Teak. HEX triplet: A6, 8E and 5B. RGB value is (166,142,91). Sum of RGB (Red+Green+Blue) = 166+142+91=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E5B is #5971A4. Grayscale: #8F8F8F. Windows color (decimal): -5861797 or 6000294. OLE color: 6000294.
HSL color Cylindrical-coordinate representation of color #A68E5B: hue angle of 40.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68E5B is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 91 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.35 |
| HSL | 40.8º | 0.3% | 0.5% | - |
| HSV(B) | 40.8º | 0.45% | 0.65% | - |
| XYZ | 27.29 | 28.21 | 13.9 | - |
| YUV | 143.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 91 | 0 | 0.14 | 0.45 | 0.35 | 40.8 | 0.3 | 0.5 |
| Hex | A6 | 8E | 5B | 0 | E | 2D | 23 | 29 | 1E | 32 |
| Octal | 246 | 216 | 133 | 0 | 16 | 55 | 43 | 51 | 36 | 62 |
| Binary | 10100110 | 10001110 | 1011011 | 0 | 1110 | 101101 | 100011 | 101001 | 11110 | 110010 |
Color Harmonies of #A68E5B
Complementary color
Monochromatic Colors of #A68E5B
Black with #A68E5B
Text Example
Text Example
White with #A68E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E5B; }
p { color: rgb(166,142,91); }
H1.HeaderClassName
{
color: #A68E5B;
}
.AnyTagClassName
{
color: #A68E5B;
}
</style>
background-color css
<style>
a { background-color: #A68E5B; }
a { background-color: rgb(166,142,91); }
div.DivClassName
{
background-color: #A68E5B;
}
.BgClassName
{
background-color: #A68E5B;
}
</style>
border-color css
<style>
span { border-color: #A68E5B; }
span { border-color: rgb(166,142,91); }
td.TdClassName
{
border-color: #A68E5B;
}
.TagClassName
{
border-color: #A68E5B;
}
</style>