Shades of Teak #A68D5A
Tints of Teak #A68D5A
RGB
CMYK
RGB Variations
Color information
#A68D5A (or 0xA68D5A) is known color: Teak. HEX triplet: A6, 8D and 5A. RGB value is (166,141,90). Sum of RGB (Red+Green+Blue) = 166+141+90=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D5A is #5972A5. Grayscale: #8E8E8E. Windows color (decimal): -5862054 or 5934502. OLE color: 5934502.
HSL color Cylindrical-coordinate representation of color #A68D5A: hue angle of 40.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A68D5A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 90 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.35 |
| HSL | 40.26º | 0.3% | 0.5% | - |
| HSV(B) | 40.26º | 0.46% | 0.65% | - |
| XYZ | 27.1 | 27.89 | 13.63 | - |
| YUV | 142.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 90 | 0 | 0.15 | 0.46 | 0.35 | 40.26 | 0.3 | 0.5 |
| Hex | A6 | 8D | 5A | 0 | F | 2E | 23 | 28 | 1E | 32 |
| Octal | 246 | 215 | 132 | 0 | 17 | 56 | 43 | 50 | 36 | 62 |
| Binary | 10100110 | 10001101 | 1011010 | 0 | 1111 | 101110 | 100011 | 101000 | 11110 | 110010 |
Color Harmonies of #A68D5A
Complementary color
Monochromatic Colors of #A68D5A
Black with #A68D5A
Text Example
Text Example
White with #A68D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D5A; }
p { color: rgb(166,141,90); }
H1.HeaderClassName
{
color: #A68D5A;
}
.AnyTagClassName
{
color: #A68D5A;
}
</style>
background-color css
<style>
a { background-color: #A68D5A; }
a { background-color: rgb(166,141,90); }
div.DivClassName
{
background-color: #A68D5A;
}
.BgClassName
{
background-color: #A68D5A;
}
</style>
border-color css
<style>
span { border-color: #A68D5A; }
span { border-color: rgb(166,141,90); }
td.TdClassName
{
border-color: #A68D5A;
}
.TagClassName
{
border-color: #A68D5A;
}
</style>