Shades of Teak #A68E5A
Tints of Teak #A68E5A
RGB
CMYK
RGB Variations
Color information
#A68E5A (or 0xA68E5A) is known color: Teak. HEX triplet: A6, 8E and 5A. RGB value is (166,142,90). Sum of RGB (Red+Green+Blue) = 166+142+90=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E5A is #5971A5. Grayscale: #8F8F8F. Windows color (decimal): -5861798 or 5934758. OLE color: 5934758.
HSL color Cylindrical-coordinate representation of color #A68E5A: hue angle of 41.05º 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 #A68E5A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 90 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.35 |
| HSL | 41.05º | 0.3% | 0.5% | - |
| HSV(B) | 41.05º | 0.46% | 0.65% | - |
| XYZ | 27.24 | 28.19 | 13.68 | - |
| YUV | 143.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 90 | 0 | 0.14 | 0.46 | 0.35 | 41.05 | 0.3 | 0.5 |
| Hex | A6 | 8E | 5A | 0 | E | 2E | 23 | 29 | 1E | 32 |
| Octal | 246 | 216 | 132 | 0 | 16 | 56 | 43 | 51 | 36 | 62 |
| Binary | 10100110 | 10001110 | 1011010 | 0 | 1110 | 101110 | 100011 | 101001 | 11110 | 110010 |
Color Harmonies of #A68E5A
Complementary color
Monochromatic Colors of #A68E5A
Black with #A68E5A
Text Example
Text Example
White with #A68E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E5A; }
p { color: rgb(166,142,90); }
H1.HeaderClassName
{
color: #A68E5A;
}
.AnyTagClassName
{
color: #A68E5A;
}
</style>
background-color css
<style>
a { background-color: #A68E5A; }
a { background-color: rgb(166,142,90); }
div.DivClassName
{
background-color: #A68E5A;
}
.BgClassName
{
background-color: #A68E5A;
}
</style>
border-color css
<style>
span { border-color: #A68E5A; }
span { border-color: rgb(166,142,90); }
td.TdClassName
{
border-color: #A68E5A;
}
.TagClassName
{
border-color: #A68E5A;
}
</style>