Shades of Teak #A6875E
Tints of Teak #A6875E
RGB
CMYK
RGB Variations
Color information
#A6875E (or 0xA6875E) is known color: Teak. HEX triplet: A6, 87 and 5E. RGB value is (166,135,94). Sum of RGB (Red+Green+Blue) = 166+135+94=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6875E is #5978A1. Grayscale: #8B8B8B. Windows color (decimal): -5863586 or 6195110. OLE color: 6195110.
HSL color Cylindrical-coordinate representation of color #A6875E: hue angle of 34.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6875E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 94 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.35 |
| HSL | 34.17º | 0.29% | 0.51% | - |
| HSV(B) | 34.17º | 0.43% | 0.65% | - |
| XYZ | 26.41 | 26.24 | 14.26 | - |
| YUV | 139.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 94 | 0 | 0.19 | 0.43 | 0.35 | 34.17 | 0.29 | 0.51 |
| Hex | A6 | 87 | 5E | 0 | 13 | 2B | 23 | 22 | 1D | 33 |
| Octal | 246 | 207 | 136 | 0 | 23 | 53 | 43 | 42 | 35 | 63 |
| Binary | 10100110 | 10000111 | 1011110 | 0 | 10011 | 101011 | 100011 | 100010 | 11101 | 110011 |
Color Harmonies of #A6875E
Complementary color
Monochromatic Colors of #A6875E
Black with #A6875E
Text Example
Text Example
White with #A6875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6875E; }
p { color: rgb(166,135,94); }
H1.HeaderClassName
{
color: #A6875E;
}
.AnyTagClassName
{
color: #A6875E;
}
</style>
background-color css
<style>
a { background-color: #A6875E; }
a { background-color: rgb(166,135,94); }
div.DivClassName
{
background-color: #A6875E;
}
.BgClassName
{
background-color: #A6875E;
}
</style>
border-color css
<style>
span { border-color: #A6875E; }
span { border-color: rgb(166,135,94); }
td.TdClassName
{
border-color: #A6875E;
}
.TagClassName
{
border-color: #A6875E;
}
</style>