Shades of Teak #A68C53
Tints of Teak #A68C53
RGB
CMYK
RGB Variations
Color information
#A68C53 (or 0xA68C53) is known color: Teak. HEX triplet: A6, 8C and 53. RGB value is (166,140,83). Sum of RGB (Red+Green+Blue) = 166+140+83=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C53 is #5973AC. Grayscale: #8D8D8D. Windows color (decimal): -5862317 or 5475494. OLE color: 5475494.
HSL color Cylindrical-coordinate representation of color #A68C53: hue angle of 41.2º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A68C53 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 83 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.35 |
| HSL | 41.2º | 0.33% | 0.49% | - |
| HSV(B) | 41.2º | 0.5% | 0.65% | - |
| XYZ | 26.67 | 27.49 | 12.08 | - |
| YUV | 141.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 83 | 0 | 0.16 | 0.50 | 0.35 | 41.2 | 0.33 | 0.49 |
| Hex | A6 | 8C | 53 | 0 | 10 | 32 | 23 | 29 | 21 | 31 |
| Octal | 246 | 214 | 123 | 0 | 20 | 62 | 43 | 51 | 41 | 61 |
| Binary | 10100110 | 10001100 | 1010011 | 0 | 10000 | 110010 | 100011 | 101001 | 100001 | 110001 |
Color Harmonies of #A68C53
Complementary color
Monochromatic Colors of #A68C53
Black with #A68C53
Text Example
Text Example
White with #A68C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C53; }
p { color: rgb(166,140,83); }
H1.HeaderClassName
{
color: #A68C53;
}
.AnyTagClassName
{
color: #A68C53;
}
</style>
background-color css
<style>
a { background-color: #A68C53; }
a { background-color: rgb(166,140,83); }
div.DivClassName
{
background-color: #A68C53;
}
.BgClassName
{
background-color: #A68C53;
}
</style>
border-color css
<style>
span { border-color: #A68C53; }
span { border-color: rgb(166,140,83); }
td.TdClassName
{
border-color: #A68C53;
}
.TagClassName
{
border-color: #A68C53;
}
</style>