Shades of Teak #A68D53
Tints of Teak #A68D53
RGB
CMYK
RGB Variations
Color information
#A68D53 (or 0xA68D53) is known color: Teak. HEX triplet: A6, 8D and 53. RGB value is (166,141,83). Sum of RGB (Red+Green+Blue) = 166+141+83=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D53 is #5972AC. Grayscale: #8E8E8E. Windows color (decimal): -5862061 or 5475750. OLE color: 5475750.
HSL color Cylindrical-coordinate representation of color #A68D53: hue angle of 41.93º 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 #A68D53 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 83 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.35 |
| HSL | 41.93º | 0.33% | 0.49% | - |
| HSV(B) | 41.93º | 0.5% | 0.65% | - |
| XYZ | 26.81 | 27.78 | 12.13 | - |
| YUV | 141.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 83 | 0 | 0.15 | 0.50 | 0.35 | 41.93 | 0.33 | 0.49 |
| Hex | A6 | 8D | 53 | 0 | F | 32 | 23 | 2A | 21 | 31 |
| Octal | 246 | 215 | 123 | 0 | 17 | 62 | 43 | 52 | 41 | 61 |
| Binary | 10100110 | 10001101 | 1010011 | 0 | 1111 | 110010 | 100011 | 101010 | 100001 | 110001 |
Color Harmonies of #A68D53
Complementary color
Monochromatic Colors of #A68D53
Black with #A68D53
Text Example
Text Example
White with #A68D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D53; }
p { color: rgb(166,141,83); }
H1.HeaderClassName
{
color: #A68D53;
}
.AnyTagClassName
{
color: #A68D53;
}
</style>
background-color css
<style>
a { background-color: #A68D53; }
a { background-color: rgb(166,141,83); }
div.DivClassName
{
background-color: #A68D53;
}
.BgClassName
{
background-color: #A68D53;
}
</style>
border-color css
<style>
span { border-color: #A68D53; }
span { border-color: rgb(166,141,83); }
td.TdClassName
{
border-color: #A68D53;
}
.TagClassName
{
border-color: #A68D53;
}
</style>