Shades of Teak #A68A4E
Tints of Teak #A68A4E
RGB
CMYK
RGB Variations
Color information
#A68A4E (or 0xA68A4E) is known color: Teak. HEX triplet: A6, 8A and 4E. RGB value is (166,138,78). Sum of RGB (Red+Green+Blue) = 166+138+78=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A4E is #5975B1. Grayscale: #8B8B8B. Windows color (decimal): -5862834 or 5147302. OLE color: 5147302.
HSL color Cylindrical-coordinate representation of color #A68A4E: hue angle of 40.91º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A68A4E is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 78 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.35 |
| HSL | 40.91º | 0.36% | 0.48% | - |
| HSV(B) | 40.91º | 0.53% | 0.65% | - |
| XYZ | 26.19 | 26.83 | 11.01 | - |
| YUV | 139.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 78 | 0 | 0.17 | 0.53 | 0.35 | 40.91 | 0.36 | 0.48 |
| Hex | A6 | 8A | 4E | 0 | 11 | 35 | 23 | 29 | 24 | 30 |
| Octal | 246 | 212 | 116 | 0 | 21 | 65 | 43 | 51 | 44 | 60 |
| Binary | 10100110 | 10001010 | 1001110 | 0 | 10001 | 110101 | 100011 | 101001 | 100100 | 110000 |
Color Harmonies of #A68A4E
Complementary color
Monochromatic Colors of #A68A4E
Black with #A68A4E
Text Example
Text Example
White with #A68A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A4E; }
p { color: rgb(166,138,78); }
H1.HeaderClassName
{
color: #A68A4E;
}
.AnyTagClassName
{
color: #A68A4E;
}
</style>
background-color css
<style>
a { background-color: #A68A4E; }
a { background-color: rgb(166,138,78); }
div.DivClassName
{
background-color: #A68A4E;
}
.BgClassName
{
background-color: #A68A4E;
}
</style>
border-color css
<style>
span { border-color: #A68A4E; }
span { border-color: rgb(166,138,78); }
td.TdClassName
{
border-color: #A68A4E;
}
.TagClassName
{
border-color: #A68A4E;
}
</style>