Shades of Teak #A68F4E
Tints of Teak #A68F4E
RGB
CMYK
RGB Variations
Color information
#A68F4E (or 0xA68F4E) is known color: Teak. HEX triplet: A6, 8F and 4E. RGB value is (166,143,78). Sum of RGB (Red+Green+Blue) = 166+143+78=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F4E is #5970B1. Grayscale: #8E8E8E. Windows color (decimal): -5861554 or 5148582. OLE color: 5148582.
HSL color Cylindrical-coordinate representation of color #A68F4E: hue angle of 44.32º 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 #A68F4E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 78 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.35 |
| HSL | 44.32º | 0.36% | 0.48% | - |
| HSV(B) | 44.32º | 0.53% | 0.65% | - |
| XYZ | 26.92 | 28.3 | 11.25 | - |
| YUV | 142.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 78 | 0 | 0.14 | 0.53 | 0.35 | 44.32 | 0.36 | 0.48 |
| Hex | A6 | 8F | 4E | 0 | E | 35 | 23 | 2C | 24 | 30 |
| Octal | 246 | 217 | 116 | 0 | 16 | 65 | 43 | 54 | 44 | 60 |
| Binary | 10100110 | 10001111 | 1001110 | 0 | 1110 | 110101 | 100011 | 101100 | 100100 | 110000 |
Color Harmonies of #A68F4E
Complementary color
Monochromatic Colors of #A68F4E
Black with #A68F4E
Text Example
Text Example
White with #A68F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F4E; }
p { color: rgb(166,143,78); }
H1.HeaderClassName
{
color: #A68F4E;
}
.AnyTagClassName
{
color: #A68F4E;
}
</style>
background-color css
<style>
a { background-color: #A68F4E; }
a { background-color: rgb(166,143,78); }
div.DivClassName
{
background-color: #A68F4E;
}
.BgClassName
{
background-color: #A68F4E;
}
</style>
border-color css
<style>
span { border-color: #A68F4E; }
span { border-color: rgb(166,143,78); }
td.TdClassName
{
border-color: #A68F4E;
}
.TagClassName
{
border-color: #A68F4E;
}
</style>