Shades of Teak #A68C5D
Tints of Teak #A68C5D
RGB
CMYK
RGB Variations
Color information
#A68C5D (or 0xA68C5D) is known color: Teak. HEX triplet: A6, 8C and 5D. RGB value is (166,140,93). Sum of RGB (Red+Green+Blue) = 166+140+93=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C5D is #5973A2. Grayscale: #8E8E8E. Windows color (decimal): -5862307 or 6130854. OLE color: 6130854.
HSL color Cylindrical-coordinate representation of color #A68C5D: hue angle of 38.63º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68C5D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 93 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.35 |
| HSL | 38.63º | 0.29% | 0.51% | - |
| HSV(B) | 38.63º | 0.44% | 0.65% | - |
| XYZ | 27.08 | 27.65 | 14.27 | - |
| YUV | 142.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 93 | 0 | 0.16 | 0.44 | 0.35 | 38.63 | 0.29 | 0.51 |
| Hex | A6 | 8C | 5D | 0 | 10 | 2C | 23 | 27 | 1D | 33 |
| Octal | 246 | 214 | 135 | 0 | 20 | 54 | 43 | 47 | 35 | 63 |
| Binary | 10100110 | 10001100 | 1011101 | 0 | 10000 | 101100 | 100011 | 100111 | 11101 | 110011 |
Color Harmonies of #A68C5D
Complementary color
Monochromatic Colors of #A68C5D
Black with #A68C5D
Text Example
Text Example
White with #A68C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C5D; }
p { color: rgb(166,140,93); }
H1.HeaderClassName
{
color: #A68C5D;
}
.AnyTagClassName
{
color: #A68C5D;
}
</style>
background-color css
<style>
a { background-color: #A68C5D; }
a { background-color: rgb(166,140,93); }
div.DivClassName
{
background-color: #A68C5D;
}
.BgClassName
{
background-color: #A68C5D;
}
</style>
border-color css
<style>
span { border-color: #A68C5D; }
span { border-color: rgb(166,140,93); }
td.TdClassName
{
border-color: #A68C5D;
}
.TagClassName
{
border-color: #A68C5D;
}
</style>