Shades of Teak #A3865C
Tints of Teak #A3865C
RGB
CMYK
RGB Variations
Color information
#A3865C (or 0xA3865C) is known color: Teak. HEX triplet: A3, 86 and 5C. RGB value is (163,134,92). Sum of RGB (Red+Green+Blue) = 163+134+92=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3865C is #5C79A3. Grayscale: #8A8A8A. Windows color (decimal): -6060452 or 6063779. OLE color: 6063779.
HSL color Cylindrical-coordinate representation of color #A3865C: hue angle of 35.49º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3865C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 92 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.36 |
| HSL | 35.49º | 0.28% | 0.5% | - |
| HSV(B) | 35.49º | 0.44% | 0.64% | - |
| XYZ | 25.56 | 25.61 | 13.72 | - |
| YUV | 137.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 92 | 0 | 0.18 | 0.44 | 0.36 | 35.49 | 0.28 | 0.5 |
| Hex | A3 | 86 | 5C | 0 | 12 | 2C | 24 | 23 | 1C | 32 |
| Octal | 243 | 206 | 134 | 0 | 22 | 54 | 44 | 43 | 34 | 62 |
| Binary | 10100011 | 10000110 | 1011100 | 0 | 10010 | 101100 | 100100 | 100011 | 11100 | 110010 |
Color Harmonies of #A3865C
Complementary color
Monochromatic Colors of #A3865C
Black with #A3865C
Text Example
Text Example
White with #A3865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3865C; }
p { color: rgb(163,134,92); }
H1.HeaderClassName
{
color: #A3865C;
}
.AnyTagClassName
{
color: #A3865C;
}
</style>
background-color css
<style>
a { background-color: #A3865C; }
a { background-color: rgb(163,134,92); }
div.DivClassName
{
background-color: #A3865C;
}
.BgClassName
{
background-color: #A3865C;
}
</style>
border-color css
<style>
span { border-color: #A3865C; }
span { border-color: rgb(163,134,92); }
td.TdClassName
{
border-color: #A3865C;
}
.TagClassName
{
border-color: #A3865C;
}
</style>