Shades of Teak #A68754
Tints of Teak #A68754
RGB
CMYK
RGB Variations
Color information
#A68754 (or 0xA68754) is known color: Teak. HEX triplet: A6, 87 and 54. RGB value is (166,135,84). Sum of RGB (Red+Green+Blue) = 166+135+84=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68754 is #5978AB. Grayscale: #8A8A8A. Windows color (decimal): -5863596 or 5539750. OLE color: 5539750.
HSL color Cylindrical-coordinate representation of color #A68754: hue angle of 37.32º 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 #A68754 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 84 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.35 |
| HSL | 37.32º | 0.33% | 0.49% | - |
| HSV(B) | 37.32º | 0.49% | 0.65% | - |
| XYZ | 25.99 | 26.08 | 12.05 | - |
| YUV | 138.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 84 | 0 | 0.19 | 0.49 | 0.35 | 37.32 | 0.33 | 0.49 |
| Hex | A6 | 87 | 54 | 0 | 13 | 31 | 23 | 25 | 21 | 31 |
| Octal | 246 | 207 | 124 | 0 | 23 | 61 | 43 | 45 | 41 | 61 |
| Binary | 10100110 | 10000111 | 1010100 | 0 | 10011 | 110001 | 100011 | 100101 | 100001 | 110001 |
Color Harmonies of #A68754
Complementary color
Monochromatic Colors of #A68754
Black with #A68754
Text Example
Text Example
White with #A68754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68754; }
p { color: rgb(166,135,84); }
H1.HeaderClassName
{
color: #A68754;
}
.AnyTagClassName
{
color: #A68754;
}
</style>
background-color css
<style>
a { background-color: #A68754; }
a { background-color: rgb(166,135,84); }
div.DivClassName
{
background-color: #A68754;
}
.BgClassName
{
background-color: #A68754;
}
</style>
border-color css
<style>
span { border-color: #A68754; }
span { border-color: rgb(166,135,84); }
td.TdClassName
{
border-color: #A68754;
}
.TagClassName
{
border-color: #A68754;
}
</style>