Shades of Teak #A3915B
Tints of Teak #A3915B
RGB
CMYK
RGB Variations
Color information
#A3915B (or 0xA3915B) is known color: Teak. HEX triplet: A3, 91 and 5B. RGB value is (163,145,91). Sum of RGB (Red+Green+Blue) = 163+145+91=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A3915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3915B is #5C6EA4. Grayscale: #909090. Windows color (decimal): -6057637 or 6001059. OLE color: 6001059.
HSL color Cylindrical-coordinate representation of color #A3915B: hue angle of 45º 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 #A3915B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 91 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.36 |
| HSL | 45º | 0.28% | 0.5% | - |
| HSV(B) | 45º | 0.44% | 0.64% | - |
| XYZ | 27.12 | 28.79 | 14.03 | - |
| YUV | 144.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 91 | 0 | 0.11 | 0.44 | 0.36 | 45 | 0.28 | 0.5 |
| Hex | A3 | 91 | 5B | 0 | B | 2C | 24 | 2D | 1C | 32 |
| Octal | 243 | 221 | 133 | 0 | 13 | 54 | 44 | 55 | 34 | 62 |
| Binary | 10100011 | 10010001 | 1011011 | 0 | 1011 | 101100 | 100100 | 101101 | 11100 | 110010 |
Color Harmonies of #A3915B
Complementary color
Monochromatic Colors of #A3915B
Black with #A3915B
Text Example
Text Example
White with #A3915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3915B; }
p { color: rgb(163,145,91); }
H1.HeaderClassName
{
color: #A3915B;
}
.AnyTagClassName
{
color: #A3915B;
}
</style>
background-color css
<style>
a { background-color: #A3915B; }
a { background-color: rgb(163,145,91); }
div.DivClassName
{
background-color: #A3915B;
}
.BgClassName
{
background-color: #A3915B;
}
</style>
border-color css
<style>
span { border-color: #A3915B; }
span { border-color: rgb(163,145,91); }
td.TdClassName
{
border-color: #A3915B;
}
.TagClassName
{
border-color: #A3915B;
}
</style>