Shades of Teak #A68558
Tints of Teak #A68558
RGB
CMYK
RGB Variations
Color information
#A68558 (or 0xA68558) is known color: Teak. HEX triplet: A6, 85 and 58. RGB value is (166,133,88). Sum of RGB (Red+Green+Blue) = 166+133+88=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A68558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68558 is #597AA7. Grayscale: #898989. Windows color (decimal): -5864104 or 5801382. OLE color: 5801382.
HSL color Cylindrical-coordinate representation of color #A68558: hue angle of 34.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A68558 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 88 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.35 |
| HSL | 34.62º | 0.31% | 0.5% | - |
| HSV(B) | 34.62º | 0.47% | 0.65% | - |
| XYZ | 25.87 | 25.59 | 12.81 | - |
| YUV | 137.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 88 | 0 | 0.20 | 0.47 | 0.35 | 34.62 | 0.31 | 0.5 |
| Hex | A6 | 85 | 58 | 0 | 14 | 2F | 23 | 23 | 1F | 32 |
| Octal | 246 | 205 | 130 | 0 | 24 | 57 | 43 | 43 | 37 | 62 |
| Binary | 10100110 | 10000101 | 1011000 | 0 | 10100 | 101111 | 100011 | 100011 | 11111 | 110010 |
Color Harmonies of #A68558
Complementary color
Monochromatic Colors of #A68558
Black with #A68558
Text Example
Text Example
White with #A68558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68558; }
p { color: rgb(166,133,88); }
H1.HeaderClassName
{
color: #A68558;
}
.AnyTagClassName
{
color: #A68558;
}
</style>
background-color css
<style>
a { background-color: #A68558; }
a { background-color: rgb(166,133,88); }
div.DivClassName
{
background-color: #A68558;
}
.BgClassName
{
background-color: #A68558;
}
</style>
border-color css
<style>
span { border-color: #A68558; }
span { border-color: rgb(166,133,88); }
td.TdClassName
{
border-color: #A68558;
}
.TagClassName
{
border-color: #A68558;
}
</style>