Shades of Teak #A69059
Tints of Teak #A69059
RGB
CMYK
RGB Variations
Color information
#A69059 (or 0xA69059) is known color: Teak. HEX triplet: A6, 90 and 59. RGB value is (166,144,89). Sum of RGB (Red+Green+Blue) = 166+144+89=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69059 is #596FA6. Grayscale: #909090. Windows color (decimal): -5861287 or 5869734. OLE color: 5869734.
HSL color Cylindrical-coordinate representation of color #A69059: hue angle of 42.86º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A69059 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 89 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.35 |
| HSL | 42.86º | 0.3% | 0.5% | - |
| HSV(B) | 42.86º | 0.46% | 0.65% | - |
| XYZ | 27.5 | 28.77 | 13.56 | - |
| YUV | 144.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 89 | 0 | 0.13 | 0.46 | 0.35 | 42.86 | 0.3 | 0.5 |
| Hex | A6 | 90 | 59 | 0 | D | 2E | 23 | 2B | 1E | 32 |
| Octal | 246 | 220 | 131 | 0 | 15 | 56 | 43 | 53 | 36 | 62 |
| Binary | 10100110 | 10010000 | 1011001 | 0 | 1101 | 101110 | 100011 | 101011 | 11110 | 110010 |
Color Harmonies of #A69059
Complementary color
Monochromatic Colors of #A69059
Black with #A69059
Text Example
Text Example
White with #A69059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69059; }
p { color: rgb(166,144,89); }
H1.HeaderClassName
{
color: #A69059;
}
.AnyTagClassName
{
color: #A69059;
}
</style>
background-color css
<style>
a { background-color: #A69059; }
a { background-color: rgb(166,144,89); }
div.DivClassName
{
background-color: #A69059;
}
.BgClassName
{
background-color: #A69059;
}
</style>
border-color css
<style>
span { border-color: #A69059; }
span { border-color: rgb(166,144,89); }
td.TdClassName
{
border-color: #A69059;
}
.TagClassName
{
border-color: #A69059;
}
</style>