Shades of Teak #A68D58
Tints of Teak #A68D58
RGB
CMYK
RGB Variations
Color information
#A68D58 (or 0xA68D58) is known color: Teak. HEX triplet: A6, 8D and 58. RGB value is (166,141,88). Sum of RGB (Red+Green+Blue) = 166+141+88=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D58 is #5972A7. Grayscale: #8E8E8E. Windows color (decimal): -5862056 or 5803430. OLE color: 5803430.
HSL color Cylindrical-coordinate representation of color #A68D58: hue angle of 40.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A68D58 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 88 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.35 |
| HSL | 40.77º | 0.31% | 0.5% | - |
| HSV(B) | 40.77º | 0.47% | 0.65% | - |
| XYZ | 27.01 | 27.86 | 13.19 | - |
| YUV | 142.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 88 | 0 | 0.15 | 0.47 | 0.35 | 40.77 | 0.31 | 0.5 |
| Hex | A6 | 8D | 58 | 0 | F | 2F | 23 | 29 | 1F | 32 |
| Octal | 246 | 215 | 130 | 0 | 17 | 57 | 43 | 51 | 37 | 62 |
| Binary | 10100110 | 10001101 | 1011000 | 0 | 1111 | 101111 | 100011 | 101001 | 11111 | 110010 |
Color Harmonies of #A68D58
Complementary color
Monochromatic Colors of #A68D58
Black with #A68D58
Text Example
Text Example
White with #A68D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D58; }
p { color: rgb(166,141,88); }
H1.HeaderClassName
{
color: #A68D58;
}
.AnyTagClassName
{
color: #A68D58;
}
</style>
background-color css
<style>
a { background-color: #A68D58; }
a { background-color: rgb(166,141,88); }
div.DivClassName
{
background-color: #A68D58;
}
.BgClassName
{
background-color: #A68D58;
}
</style>
border-color css
<style>
span { border-color: #A68D58; }
span { border-color: rgb(166,141,88); }
td.TdClassName
{
border-color: #A68D58;
}
.TagClassName
{
border-color: #A68D58;
}
</style>