Shades of Teak #A68B50
Tints of Teak #A68B50
RGB
CMYK
RGB Variations
Color information
#A68B50 (or 0xA68B50) is known color: Teak. HEX triplet: A6, 8B and 50. RGB value is (166,139,80). Sum of RGB (Red+Green+Blue) = 166+139+80=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B50 is #5974AF. Grayscale: #8C8C8C. Windows color (decimal): -5862576 or 5278630. OLE color: 5278630.
HSL color Cylindrical-coordinate representation of color #A68B50: hue angle of 41.16º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A68B50 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 80 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.35 |
| HSL | 41.16º | 0.35% | 0.48% | - |
| HSV(B) | 41.16º | 0.52% | 0.65% | - |
| XYZ | 26.41 | 27.15 | 11.44 | - |
| YUV | 140.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 80 | 0 | 0.16 | 0.52 | 0.35 | 41.16 | 0.35 | 0.48 |
| Hex | A6 | 8B | 50 | 0 | 10 | 34 | 23 | 29 | 23 | 30 |
| Octal | 246 | 213 | 120 | 0 | 20 | 64 | 43 | 51 | 43 | 60 |
| Binary | 10100110 | 10001011 | 1010000 | 0 | 10000 | 110100 | 100011 | 101001 | 100011 | 110000 |
Color Harmonies of #A68B50
Complementary color
Monochromatic Colors of #A68B50
Black with #A68B50
Text Example
Text Example
White with #A68B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B50; }
p { color: rgb(166,139,80); }
H1.HeaderClassName
{
color: #A68B50;
}
.AnyTagClassName
{
color: #A68B50;
}
</style>
background-color css
<style>
a { background-color: #A68B50; }
a { background-color: rgb(166,139,80); }
div.DivClassName
{
background-color: #A68B50;
}
.BgClassName
{
background-color: #A68B50;
}
</style>
border-color css
<style>
span { border-color: #A68B50; }
span { border-color: rgb(166,139,80); }
td.TdClassName
{
border-color: #A68B50;
}
.TagClassName
{
border-color: #A68B50;
}
</style>