Shades of Teak #A39159
Tints of Teak #A39159
RGB
CMYK
RGB Variations
Color information
#A39159 (or 0xA39159) is known color: Teak. HEX triplet: A3, 91 and 59. RGB value is (163,145,89). Sum of RGB (Red+Green+Blue) = 163+145+89=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39159 is #5C6EA6. Grayscale: #909090. Windows color (decimal): -6057639 or 5869987. OLE color: 5869987.
HSL color Cylindrical-coordinate representation of color #A39159: hue angle of 45.41º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39159 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 89 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.36 |
| HSL | 45.41º | 0.29% | 0.49% | - |
| HSV(B) | 45.41º | 0.45% | 0.64% | - |
| XYZ | 27.03 | 28.76 | 13.58 | - |
| YUV | 144 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 89 | 0 | 0.11 | 0.45 | 0.36 | 45.41 | 0.29 | 0.49 |
| Hex | A3 | 91 | 59 | 0 | B | 2D | 24 | 2D | 1D | 31 |
| Octal | 243 | 221 | 131 | 0 | 13 | 55 | 44 | 55 | 35 | 61 |
| Binary | 10100011 | 10010001 | 1011001 | 0 | 1011 | 101101 | 100100 | 101101 | 11101 | 110001 |
Color Harmonies of #A39159
Complementary color
Monochromatic Colors of #A39159
Black with #A39159
Text Example
Text Example
White with #A39159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39159; }
p { color: rgb(163,145,89); }
H1.HeaderClassName
{
color: #A39159;
}
.AnyTagClassName
{
color: #A39159;
}
</style>
background-color css
<style>
a { background-color: #A39159; }
a { background-color: rgb(163,145,89); }
div.DivClassName
{
background-color: #A39159;
}
.BgClassName
{
background-color: #A39159;
}
</style>
border-color css
<style>
span { border-color: #A39159; }
span { border-color: rgb(163,145,89); }
td.TdClassName
{
border-color: #A39159;
}
.TagClassName
{
border-color: #A39159;
}
</style>