Shades of Teak #A68F54
Tints of Teak #A68F54
RGB
CMYK
RGB Variations
Color information
#A68F54 (or 0xA68F54) is known color: Teak. HEX triplet: A6, 8F and 54. RGB value is (166,143,84). Sum of RGB (Red+Green+Blue) = 166+143+84=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F54 is #5970AB. Grayscale: #8F8F8F. Windows color (decimal): -5861548 or 5541798. OLE color: 5541798.
HSL color Cylindrical-coordinate representation of color #A68F54: hue angle of 43.17º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68F54 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 84 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.35 |
| HSL | 43.17º | 0.33% | 0.49% | - |
| HSV(B) | 43.17º | 0.49% | 0.65% | - |
| XYZ | 27.15 | 28.39 | 12.44 | - |
| YUV | 143.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 84 | 0 | 0.14 | 0.49 | 0.35 | 43.17 | 0.33 | 0.49 |
| Hex | A6 | 8F | 54 | 0 | E | 31 | 23 | 2B | 21 | 31 |
| Octal | 246 | 217 | 124 | 0 | 16 | 61 | 43 | 53 | 41 | 61 |
| Binary | 10100110 | 10001111 | 1010100 | 0 | 1110 | 110001 | 100011 | 101011 | 100001 | 110001 |
Color Harmonies of #A68F54
Complementary color
Monochromatic Colors of #A68F54
Black with #A68F54
Text Example
Text Example
White with #A68F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F54; }
p { color: rgb(166,143,84); }
H1.HeaderClassName
{
color: #A68F54;
}
.AnyTagClassName
{
color: #A68F54;
}
</style>
background-color css
<style>
a { background-color: #A68F54; }
a { background-color: rgb(166,143,84); }
div.DivClassName
{
background-color: #A68F54;
}
.BgClassName
{
background-color: #A68F54;
}
</style>
border-color css
<style>
span { border-color: #A68F54; }
span { border-color: rgb(166,143,84); }
td.TdClassName
{
border-color: #A68F54;
}
.TagClassName
{
border-color: #A68F54;
}
</style>