Shades of Teak #A68E53
Tints of Teak #A68E53
RGB
CMYK
RGB Variations
Color information
#A68E53 (or 0xA68E53) is known color: Teak. HEX triplet: A6, 8E and 53. RGB value is (166,142,83). Sum of RGB (Red+Green+Blue) = 166+142+83=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E53 is #5971AC. Grayscale: #8E8E8E. Windows color (decimal): -5861805 or 5476006. OLE color: 5476006.
HSL color Cylindrical-coordinate representation of color #A68E53: hue angle of 42.65º 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 #A68E53 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 83 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.35 |
| HSL | 42.65º | 0.33% | 0.49% | - |
| HSV(B) | 42.65º | 0.5% | 0.65% | - |
| XYZ | 26.96 | 28.08 | 12.18 | - |
| YUV | 142.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 83 | 0 | 0.14 | 0.50 | 0.35 | 42.65 | 0.33 | 0.49 |
| Hex | A6 | 8E | 53 | 0 | E | 32 | 23 | 2B | 21 | 31 |
| Octal | 246 | 216 | 123 | 0 | 16 | 62 | 43 | 53 | 41 | 61 |
| Binary | 10100110 | 10001110 | 1010011 | 0 | 1110 | 110010 | 100011 | 101011 | 100001 | 110001 |
Color Harmonies of #A68E53
Complementary color
Monochromatic Colors of #A68E53
Black with #A68E53
Text Example
Text Example
White with #A68E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E53; }
p { color: rgb(166,142,83); }
H1.HeaderClassName
{
color: #A68E53;
}
.AnyTagClassName
{
color: #A68E53;
}
</style>
background-color css
<style>
a { background-color: #A68E53; }
a { background-color: rgb(166,142,83); }
div.DivClassName
{
background-color: #A68E53;
}
.BgClassName
{
background-color: #A68E53;
}
</style>
border-color css
<style>
span { border-color: #A68E53; }
span { border-color: rgb(166,142,83); }
td.TdClassName
{
border-color: #A68E53;
}
.TagClassName
{
border-color: #A68E53;
}
</style>