Shades of Teak #A68855
Tints of Teak #A68855
RGB
CMYK
RGB Variations
Color information
#A68855 (or 0xA68855) is known color: Teak. HEX triplet: A6, 88 and 55. RGB value is (166,136,85). Sum of RGB (Red+Green+Blue) = 166+136+85=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A68855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68855 is #5977AA. Grayscale: #8B8B8B. Windows color (decimal): -5863339 or 5605542. OLE color: 5605542.
HSL color Cylindrical-coordinate representation of color #A68855: hue angle of 37.78º degrees, saturation: 0.32, 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 #A68855 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 85 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.35 |
| HSL | 37.78º | 0.32% | 0.49% | - |
| HSV(B) | 37.78º | 0.49% | 0.65% | - |
| XYZ | 26.17 | 26.37 | 12.31 | - |
| YUV | 139.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 85 | 0 | 0.18 | 0.49 | 0.35 | 37.78 | 0.32 | 0.49 |
| Hex | A6 | 88 | 55 | 0 | 12 | 31 | 23 | 26 | 20 | 31 |
| Octal | 246 | 210 | 125 | 0 | 22 | 61 | 43 | 46 | 40 | 61 |
| Binary | 10100110 | 10001000 | 1010101 | 0 | 10010 | 110001 | 100011 | 100110 | 100000 | 110001 |
Color Harmonies of #A68855
Complementary color
Monochromatic Colors of #A68855
Black with #A68855
Text Example
Text Example
White with #A68855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68855; }
p { color: rgb(166,136,85); }
H1.HeaderClassName
{
color: #A68855;
}
.AnyTagClassName
{
color: #A68855;
}
</style>
background-color css
<style>
a { background-color: #A68855; }
a { background-color: rgb(166,136,85); }
div.DivClassName
{
background-color: #A68855;
}
.BgClassName
{
background-color: #A68855;
}
</style>
border-color css
<style>
span { border-color: #A68855; }
span { border-color: rgb(166,136,85); }
td.TdClassName
{
border-color: #A68855;
}
.TagClassName
{
border-color: #A68855;
}
</style>