Shades of Teak #A68953
Tints of Teak #A68953
RGB
CMYK
RGB Variations
Color information
#A68953 (or 0xA68953) is known color: Teak. HEX triplet: A6, 89 and 53. RGB value is (166,137,83). Sum of RGB (Red+Green+Blue) = 166+137+83=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68953 is #5976AC. Grayscale: #8B8B8B. Windows color (decimal): -5863085 or 5474726. OLE color: 5474726.
HSL color Cylindrical-coordinate representation of color #A68953: hue angle of 39.04º 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 #A68953 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 83 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.35 |
| HSL | 39.04º | 0.33% | 0.49% | - |
| HSV(B) | 39.04º | 0.5% | 0.65% | - |
| XYZ | 26.23 | 26.62 | 11.94 | - |
| YUV | 139.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 83 | 0 | 0.17 | 0.50 | 0.35 | 39.04 | 0.33 | 0.49 |
| Hex | A6 | 89 | 53 | 0 | 11 | 32 | 23 | 27 | 21 | 31 |
| Octal | 246 | 211 | 123 | 0 | 21 | 62 | 43 | 47 | 41 | 61 |
| Binary | 10100110 | 10001001 | 1010011 | 0 | 10001 | 110010 | 100011 | 100111 | 100001 | 110001 |
Color Harmonies of #A68953
Complementary color
Monochromatic Colors of #A68953
Black with #A68953
Text Example
Text Example
White with #A68953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68953; }
p { color: rgb(166,137,83); }
H1.HeaderClassName
{
color: #A68953;
}
.AnyTagClassName
{
color: #A68953;
}
</style>
background-color css
<style>
a { background-color: #A68953; }
a { background-color: rgb(166,137,83); }
div.DivClassName
{
background-color: #A68953;
}
.BgClassName
{
background-color: #A68953;
}
</style>
border-color css
<style>
span { border-color: #A68953; }
span { border-color: rgb(166,137,83); }
td.TdClassName
{
border-color: #A68953;
}
.TagClassName
{
border-color: #A68953;
}
</style>