Shades of Teak #A3905B
Tints of Teak #A3905B
RGB
CMYK
RGB Variations
Color information
#A3905B (or 0xA3905B) is known color: Teak. HEX triplet: A3, 90 and 5B. RGB value is (163,144,91). Sum of RGB (Red+Green+Blue) = 163+144+91=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3905B is #5C6FA4. Grayscale: #8F8F8F. Windows color (decimal): -6057893 or 6000803. OLE color: 6000803.
HSL color Cylindrical-coordinate representation of color #A3905B: hue angle of 44.17º 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 #A3905B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 91 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.36 |
| HSL | 44.17º | 0.28% | 0.5% | - |
| HSV(B) | 44.17º | 0.44% | 0.64% | - |
| XYZ | 26.97 | 28.49 | 13.98 | - |
| YUV | 143.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 91 | 0 | 0.12 | 0.44 | 0.36 | 44.17 | 0.28 | 0.5 |
| Hex | A3 | 90 | 5B | 0 | C | 2C | 24 | 2C | 1C | 32 |
| Octal | 243 | 220 | 133 | 0 | 14 | 54 | 44 | 54 | 34 | 62 |
| Binary | 10100011 | 10010000 | 1011011 | 0 | 1100 | 101100 | 100100 | 101100 | 11100 | 110010 |
Color Harmonies of #A3905B
Complementary color
Monochromatic Colors of #A3905B
Black with #A3905B
Text Example
Text Example
White with #A3905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3905B; }
p { color: rgb(163,144,91); }
H1.HeaderClassName
{
color: #A3905B;
}
.AnyTagClassName
{
color: #A3905B;
}
</style>
background-color css
<style>
a { background-color: #A3905B; }
a { background-color: rgb(163,144,91); }
div.DivClassName
{
background-color: #A3905B;
}
.BgClassName
{
background-color: #A3905B;
}
</style>
border-color css
<style>
span { border-color: #A3905B; }
span { border-color: rgb(163,144,91); }
td.TdClassName
{
border-color: #A3905B;
}
.TagClassName
{
border-color: #A3905B;
}
</style>