Shades of Teak #A68C5C
Tints of Teak #A68C5C
RGB
CMYK
RGB Variations
Color information
#A68C5C (or 0xA68C5C) is known color: Teak. HEX triplet: A6, 8C and 5C. RGB value is (166,140,92). Sum of RGB (Red+Green+Blue) = 166+140+92=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C5C is #5973A3. Grayscale: #8E8E8E. Windows color (decimal): -5862308 or 6065318. OLE color: 6065318.
HSL color Cylindrical-coordinate representation of color #A68C5C: hue angle of 38.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68C5C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 92 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.35 |
| HSL | 38.92º | 0.29% | 0.51% | - |
| HSV(B) | 38.92º | 0.45% | 0.65% | - |
| XYZ | 27.04 | 27.64 | 14.03 | - |
| YUV | 142.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 92 | 0 | 0.16 | 0.45 | 0.35 | 38.92 | 0.29 | 0.51 |
| Hex | A6 | 8C | 5C | 0 | 10 | 2D | 23 | 27 | 1D | 33 |
| Octal | 246 | 214 | 134 | 0 | 20 | 55 | 43 | 47 | 35 | 63 |
| Binary | 10100110 | 10001100 | 1011100 | 0 | 10000 | 101101 | 100011 | 100111 | 11101 | 110011 |
Color Harmonies of #A68C5C
Complementary color
Monochromatic Colors of #A68C5C
Black with #A68C5C
Text Example
Text Example
White with #A68C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C5C; }
p { color: rgb(166,140,92); }
H1.HeaderClassName
{
color: #A68C5C;
}
.AnyTagClassName
{
color: #A68C5C;
}
</style>
background-color css
<style>
a { background-color: #A68C5C; }
a { background-color: rgb(166,140,92); }
div.DivClassName
{
background-color: #A68C5C;
}
.BgClassName
{
background-color: #A68C5C;
}
</style>
border-color css
<style>
span { border-color: #A68C5C; }
span { border-color: rgb(166,140,92); }
td.TdClassName
{
border-color: #A68C5C;
}
.TagClassName
{
border-color: #A68C5C;
}
</style>