Shades of Teak #A68C50
Tints of Teak #A68C50
RGB
CMYK
RGB Variations
Color information
#A68C50 (or 0xA68C50) is known color: Teak. HEX triplet: A6, 8C and 50. RGB value is (166,140,80). Sum of RGB (Red+Green+Blue) = 166+140+80=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C50 is #5973AF. Grayscale: #8D8D8D. Windows color (decimal): -5862320 or 5278886. OLE color: 5278886.
HSL color Cylindrical-coordinate representation of color #A68C50: hue angle of 41.86º 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 #A68C50 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 80 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.35 |
| HSL | 41.86º | 0.35% | 0.48% | - |
| HSV(B) | 41.86º | 0.52% | 0.65% | - |
| XYZ | 26.55 | 27.44 | 11.49 | - |
| YUV | 140.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 80 | 0 | 0.16 | 0.52 | 0.35 | 41.86 | 0.35 | 0.48 |
| Hex | A6 | 8C | 50 | 0 | 10 | 34 | 23 | 2A | 23 | 30 |
| Octal | 246 | 214 | 120 | 0 | 20 | 64 | 43 | 52 | 43 | 60 |
| Binary | 10100110 | 10001100 | 1010000 | 0 | 10000 | 110100 | 100011 | 101010 | 100011 | 110000 |
Color Harmonies of #A68C50
Complementary color
Monochromatic Colors of #A68C50
Black with #A68C50
Text Example
Text Example
White with #A68C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C50; }
p { color: rgb(166,140,80); }
H1.HeaderClassName
{
color: #A68C50;
}
.AnyTagClassName
{
color: #A68C50;
}
</style>
background-color css
<style>
a { background-color: #A68C50; }
a { background-color: rgb(166,140,80); }
div.DivClassName
{
background-color: #A68C50;
}
.BgClassName
{
background-color: #A68C50;
}
</style>
border-color css
<style>
span { border-color: #A68C50; }
span { border-color: rgb(166,140,80); }
td.TdClassName
{
border-color: #A68C50;
}
.TagClassName
{
border-color: #A68C50;
}
</style>