Shades of Teak #A6875A
Tints of Teak #A6875A
RGB
CMYK
RGB Variations
Color information
#A6875A (or 0xA6875A) is known color: Teak. HEX triplet: A6, 87 and 5A. RGB value is (166,135,90). Sum of RGB (Red+Green+Blue) = 166+135+90=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6875A is #5978A5. Grayscale: #8B8B8B. Windows color (decimal): -5863590 or 5932966. OLE color: 5932966.
HSL color Cylindrical-coordinate representation of color #A6875A: hue angle of 35.53º 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 #A6875A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 90 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.35 |
| HSL | 35.53º | 0.3% | 0.5% | - |
| HSV(B) | 35.53º | 0.46% | 0.65% | - |
| XYZ | 26.24 | 26.17 | 13.34 | - |
| YUV | 139.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 90 | 0 | 0.19 | 0.46 | 0.35 | 35.53 | 0.3 | 0.5 |
| Hex | A6 | 87 | 5A | 0 | 13 | 2E | 23 | 24 | 1E | 32 |
| Octal | 246 | 207 | 132 | 0 | 23 | 56 | 43 | 44 | 36 | 62 |
| Binary | 10100110 | 10000111 | 1011010 | 0 | 10011 | 101110 | 100011 | 100100 | 11110 | 110010 |
Color Harmonies of #A6875A
Complementary color
Monochromatic Colors of #A6875A
Black with #A6875A
Text Example
Text Example
White with #A6875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6875A; }
p { color: rgb(166,135,90); }
H1.HeaderClassName
{
color: #A6875A;
}
.AnyTagClassName
{
color: #A6875A;
}
</style>
background-color css
<style>
a { background-color: #A6875A; }
a { background-color: rgb(166,135,90); }
div.DivClassName
{
background-color: #A6875A;
}
.BgClassName
{
background-color: #A6875A;
}
</style>
border-color css
<style>
span { border-color: #A6875A; }
span { border-color: rgb(166,135,90); }
td.TdClassName
{
border-color: #A6875A;
}
.TagClassName
{
border-color: #A6875A;
}
</style>