Shades of Teak #A68E50
Tints of Teak #A68E50
RGB
CMYK
RGB Variations
Color information
#A68E50 (or 0xA68E50) is known color: Teak. HEX triplet: A6, 8E and 50. RGB value is (166,142,80). Sum of RGB (Red+Green+Blue) = 166+142+80=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E50 is #5971AF. Grayscale: #8E8E8E. Windows color (decimal): -5861808 or 5279398. OLE color: 5279398.
HSL color Cylindrical-coordinate representation of color #A68E50: hue angle of 43.26º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A68E50 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 80 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.35 |
| HSL | 43.26º | 0.35% | 0.48% | - |
| HSV(B) | 43.26º | 0.52% | 0.65% | - |
| XYZ | 26.85 | 28.03 | 11.59 | - |
| YUV | 142.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 80 | 0 | 0.14 | 0.52 | 0.35 | 43.26 | 0.35 | 0.48 |
| Hex | A6 | 8E | 50 | 0 | E | 34 | 23 | 2B | 23 | 30 |
| Octal | 246 | 216 | 120 | 0 | 16 | 64 | 43 | 53 | 43 | 60 |
| Binary | 10100110 | 10001110 | 1010000 | 0 | 1110 | 110100 | 100011 | 101011 | 100011 | 110000 |
Color Harmonies of #A68E50
Complementary color
Monochromatic Colors of #A68E50
Black with #A68E50
Text Example
Text Example
White with #A68E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E50; }
p { color: rgb(166,142,80); }
H1.HeaderClassName
{
color: #A68E50;
}
.AnyTagClassName
{
color: #A68E50;
}
</style>
background-color css
<style>
a { background-color: #A68E50; }
a { background-color: rgb(166,142,80); }
div.DivClassName
{
background-color: #A68E50;
}
.BgClassName
{
background-color: #A68E50;
}
</style>
border-color css
<style>
span { border-color: #A68E50; }
span { border-color: rgb(166,142,80); }
td.TdClassName
{
border-color: #A68E50;
}
.TagClassName
{
border-color: #A68E50;
}
</style>