Shades of Teak #A6895A
Tints of Teak #A6895A
RGB
CMYK
RGB Variations
Color information
#A6895A (or 0xA6895A) is known color: Teak. HEX triplet: A6, 89 and 5A. RGB value is (166,137,90). Sum of RGB (Red+Green+Blue) = 166+137+90=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6895A is #5976A5. Grayscale: #8C8C8C. Windows color (decimal): -5863078 or 5933478. OLE color: 5933478.
HSL color Cylindrical-coordinate representation of color #A6895A: hue angle of 37.11º 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 #A6895A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 90 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.35 |
| HSL | 37.11º | 0.3% | 0.5% | - |
| HSV(B) | 37.11º | 0.46% | 0.65% | - |
| XYZ | 26.52 | 26.74 | 13.44 | - |
| YUV | 140.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 90 | 0 | 0.17 | 0.46 | 0.35 | 37.11 | 0.3 | 0.5 |
| Hex | A6 | 89 | 5A | 0 | 11 | 2E | 23 | 25 | 1E | 32 |
| Octal | 246 | 211 | 132 | 0 | 21 | 56 | 43 | 45 | 36 | 62 |
| Binary | 10100110 | 10001001 | 1011010 | 0 | 10001 | 101110 | 100011 | 100101 | 11110 | 110010 |
Color Harmonies of #A6895A
Complementary color
Monochromatic Colors of #A6895A
Black with #A6895A
Text Example
Text Example
White with #A6895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6895A; }
p { color: rgb(166,137,90); }
H1.HeaderClassName
{
color: #A6895A;
}
.AnyTagClassName
{
color: #A6895A;
}
</style>
background-color css
<style>
a { background-color: #A6895A; }
a { background-color: rgb(166,137,90); }
div.DivClassName
{
background-color: #A6895A;
}
.BgClassName
{
background-color: #A6895A;
}
</style>
border-color css
<style>
span { border-color: #A6895A; }
span { border-color: rgb(166,137,90); }
td.TdClassName
{
border-color: #A6895A;
}
.TagClassName
{
border-color: #A6895A;
}
</style>