Shades of Teak #A68E58
Tints of Teak #A68E58
RGB
CMYK
RGB Variations
Color information
#A68E58 (or 0xA68E58) is known color: Teak. HEX triplet: A6, 8E and 58. RGB value is (166,142,88). Sum of RGB (Red+Green+Blue) = 166+142+88=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E58 is #5971A7. Grayscale: #8F8F8F. Windows color (decimal): -5861800 or 5803686. OLE color: 5803686.
HSL color Cylindrical-coordinate representation of color #A68E58: hue angle of 41.54º 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 #A68E58 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 88 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.35 |
| HSL | 41.54º | 0.31% | 0.5% | - |
| HSV(B) | 41.54º | 0.47% | 0.65% | - |
| XYZ | 27.16 | 28.16 | 13.24 | - |
| YUV | 143.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 88 | 0 | 0.14 | 0.47 | 0.35 | 41.54 | 0.31 | 0.5 |
| Hex | A6 | 8E | 58 | 0 | E | 2F | 23 | 2A | 1F | 32 |
| Octal | 246 | 216 | 130 | 0 | 16 | 57 | 43 | 52 | 37 | 62 |
| Binary | 10100110 | 10001110 | 1011000 | 0 | 1110 | 101111 | 100011 | 101010 | 11111 | 110010 |
Color Harmonies of #A68E58
Complementary color
Monochromatic Colors of #A68E58
Black with #A68E58
Text Example
Text Example
White with #A68E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E58; }
p { color: rgb(166,142,88); }
H1.HeaderClassName
{
color: #A68E58;
}
.AnyTagClassName
{
color: #A68E58;
}
</style>
background-color css
<style>
a { background-color: #A68E58; }
a { background-color: rgb(166,142,88); }
div.DivClassName
{
background-color: #A68E58;
}
.BgClassName
{
background-color: #A68E58;
}
</style>
border-color css
<style>
span { border-color: #A68E58; }
span { border-color: rgb(166,142,88); }
td.TdClassName
{
border-color: #A68E58;
}
.TagClassName
{
border-color: #A68E58;
}
</style>