Shades of Teak #A3935E
Tints of Teak #A3935E
RGB
CMYK
RGB Variations
Color information
#A3935E (or 0xA3935E) is known color: Teak. HEX triplet: A3, 93 and 5E. RGB value is (163,147,94). Sum of RGB (Red+Green+Blue) = 163+147+94=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3935E is #5C6CA1. Grayscale: #919191. Windows color (decimal): -6057122 or 6198179. OLE color: 6198179.
HSL color Cylindrical-coordinate representation of color #A3935E: hue angle of 46.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3935E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 94 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.36 |
| HSL | 46.09º | 0.27% | 0.5% | - |
| HSV(B) | 46.09º | 0.42% | 0.64% | - |
| XYZ | 27.56 | 29.46 | 14.82 | - |
| YUV | 145.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 94 | 0 | 0.10 | 0.42 | 0.36 | 46.09 | 0.27 | 0.5 |
| Hex | A3 | 93 | 5E | 0 | A | 2A | 24 | 2E | 1B | 32 |
| Octal | 243 | 223 | 136 | 0 | 12 | 52 | 44 | 56 | 33 | 62 |
| Binary | 10100011 | 10010011 | 1011110 | 0 | 1010 | 101010 | 100100 | 101110 | 11011 | 110010 |
Color Harmonies of #A3935E
Complementary color
Monochromatic Colors of #A3935E
Black with #A3935E
Text Example
Text Example
White with #A3935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3935E; }
p { color: rgb(163,147,94); }
H1.HeaderClassName
{
color: #A3935E;
}
.AnyTagClassName
{
color: #A3935E;
}
</style>
background-color css
<style>
a { background-color: #A3935E; }
a { background-color: rgb(163,147,94); }
div.DivClassName
{
background-color: #A3935E;
}
.BgClassName
{
background-color: #A3935E;
}
</style>
border-color css
<style>
span { border-color: #A3935E; }
span { border-color: rgb(163,147,94); }
td.TdClassName
{
border-color: #A3935E;
}
.TagClassName
{
border-color: #A3935E;
}
</style>