Shades of Teak #A68D5B
Tints of Teak #A68D5B
RGB
CMYK
RGB Variations
Color information
#A68D5B (or 0xA68D5B) is known color: Teak. HEX triplet: A6, 8D and 5B. RGB value is (166,141,91). Sum of RGB (Red+Green+Blue) = 166+141+91=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D5B is #5972A4. Grayscale: #8F8F8F. Windows color (decimal): -5862053 or 6000038. OLE color: 6000038.
HSL color Cylindrical-coordinate representation of color #A68D5B: hue angle of 40º 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 #A68D5B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 91 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.35 |
| HSL | 40º | 0.3% | 0.5% | - |
| HSV(B) | 40º | 0.45% | 0.65% | - |
| XYZ | 27.14 | 27.91 | 13.85 | - |
| YUV | 142.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 91 | 0 | 0.15 | 0.45 | 0.35 | 40 | 0.3 | 0.5 |
| Hex | A6 | 8D | 5B | 0 | F | 2D | 23 | 28 | 1E | 32 |
| Octal | 246 | 215 | 133 | 0 | 17 | 55 | 43 | 50 | 36 | 62 |
| Binary | 10100110 | 10001101 | 1011011 | 0 | 1111 | 101101 | 100011 | 101000 | 11110 | 110010 |
Color Harmonies of #A68D5B
Complementary color
Monochromatic Colors of #A68D5B
Black with #A68D5B
Text Example
Text Example
White with #A68D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D5B; }
p { color: rgb(166,141,91); }
H1.HeaderClassName
{
color: #A68D5B;
}
.AnyTagClassName
{
color: #A68D5B;
}
</style>
background-color css
<style>
a { background-color: #A68D5B; }
a { background-color: rgb(166,141,91); }
div.DivClassName
{
background-color: #A68D5B;
}
.BgClassName
{
background-color: #A68D5B;
}
</style>
border-color css
<style>
span { border-color: #A68D5B; }
span { border-color: rgb(166,141,91); }
td.TdClassName
{
border-color: #A68D5B;
}
.TagClassName
{
border-color: #A68D5B;
}
</style>