Shades of Teak #A3905A
Tints of Teak #A3905A
RGB
CMYK
RGB Variations
Color information
#A3905A (or 0xA3905A) is known color: Teak. HEX triplet: A3, 90 and 5A. RGB value is (163,144,90). Sum of RGB (Red+Green+Blue) = 163+144+90=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3905A is #5C6FA5. Grayscale: #8F8F8F. Windows color (decimal): -6057894 or 5935267. OLE color: 5935267.
HSL color Cylindrical-coordinate representation of color #A3905A: hue angle of 44.38º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3905A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 90 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.36 |
| HSL | 44.38º | 0.29% | 0.5% | - |
| HSV(B) | 44.38º | 0.45% | 0.64% | - |
| XYZ | 26.92 | 28.47 | 13.75 | - |
| YUV | 143.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 90 | 0 | 0.12 | 0.45 | 0.36 | 44.38 | 0.29 | 0.5 |
| Hex | A3 | 90 | 5A | 0 | C | 2D | 24 | 2C | 1D | 32 |
| Octal | 243 | 220 | 132 | 0 | 14 | 55 | 44 | 54 | 35 | 62 |
| Binary | 10100011 | 10010000 | 1011010 | 0 | 1100 | 101101 | 100100 | 101100 | 11101 | 110010 |
Color Harmonies of #A3905A
Complementary color
Monochromatic Colors of #A3905A
Black with #A3905A
Text Example
Text Example
White with #A3905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3905A; }
p { color: rgb(163,144,90); }
H1.HeaderClassName
{
color: #A3905A;
}
.AnyTagClassName
{
color: #A3905A;
}
</style>
background-color css
<style>
a { background-color: #A3905A; }
a { background-color: rgb(163,144,90); }
div.DivClassName
{
background-color: #A3905A;
}
.BgClassName
{
background-color: #A3905A;
}
</style>
border-color css
<style>
span { border-color: #A3905A; }
span { border-color: rgb(163,144,90); }
td.TdClassName
{
border-color: #A3905A;
}
.TagClassName
{
border-color: #A3905A;
}
</style>