Shades of Teak #A6945A
Tints of Teak #A6945A
RGB
CMYK
RGB Variations
Color information
#A6945A (or 0xA6945A) is known color: Teak. HEX triplet: A6, 94 and 5A. RGB value is (166,148,90). Sum of RGB (Red+Green+Blue) = 166+148+90=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6945A is #596BA5. Grayscale: #939393. Windows color (decimal): -5860262 or 5936294. OLE color: 5936294.
HSL color Cylindrical-coordinate representation of color #A6945A: hue angle of 45.79º 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 #A6945A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 90 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.35 |
| HSL | 45.79º | 0.3% | 0.5% | - |
| HSV(B) | 45.79º | 0.46% | 0.65% | - |
| XYZ | 28.16 | 30.02 | 13.98 | - |
| YUV | 146.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 90 | 0 | 0.11 | 0.46 | 0.35 | 45.79 | 0.3 | 0.5 |
| Hex | A6 | 94 | 5A | 0 | B | 2E | 23 | 2E | 1E | 32 |
| Octal | 246 | 224 | 132 | 0 | 13 | 56 | 43 | 56 | 36 | 62 |
| Binary | 10100110 | 10010100 | 1011010 | 0 | 1011 | 101110 | 100011 | 101110 | 11110 | 110010 |
Color Harmonies of #A6945A
Complementary color
Monochromatic Colors of #A6945A
Black with #A6945A
Text Example
Text Example
White with #A6945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6945A; }
p { color: rgb(166,148,90); }
H1.HeaderClassName
{
color: #A6945A;
}
.AnyTagClassName
{
color: #A6945A;
}
</style>
background-color css
<style>
a { background-color: #A6945A; }
a { background-color: rgb(166,148,90); }
div.DivClassName
{
background-color: #A6945A;
}
.BgClassName
{
background-color: #A6945A;
}
</style>
border-color css
<style>
span { border-color: #A6945A; }
span { border-color: rgb(166,148,90); }
td.TdClassName
{
border-color: #A6945A;
}
.TagClassName
{
border-color: #A6945A;
}
</style>