Shades of Teak #A38D59
Tints of Teak #A38D59
RGB
CMYK
RGB Variations
Color information
#A38D59 (or 0xA38D59) is known color: Teak. HEX triplet: A3, 8D and 59. RGB value is (163,141,89). Sum of RGB (Red+Green+Blue) = 163+141+89=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D59 is #5C72A6. Grayscale: #8D8D8D. Windows color (decimal): -6058663 or 5868963. OLE color: 5868963.
HSL color Cylindrical-coordinate representation of color #A38D59: hue angle of 42.16º 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 #A38D59 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 89 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.36 |
| HSL | 42.16º | 0.29% | 0.49% | - |
| HSV(B) | 42.16º | 0.45% | 0.64% | - |
| XYZ | 26.43 | 27.56 | 13.38 | - |
| YUV | 141.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 89 | 0 | 0.13 | 0.45 | 0.36 | 42.16 | 0.29 | 0.49 |
| Hex | A3 | 8D | 59 | 0 | D | 2D | 24 | 2A | 1D | 31 |
| Octal | 243 | 215 | 131 | 0 | 15 | 55 | 44 | 52 | 35 | 61 |
| Binary | 10100011 | 10001101 | 1011001 | 0 | 1101 | 101101 | 100100 | 101010 | 11101 | 110001 |
Color Harmonies of #A38D59
Complementary color
Monochromatic Colors of #A38D59
Black with #A38D59
Text Example
Text Example
White with #A38D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D59; }
p { color: rgb(163,141,89); }
H1.HeaderClassName
{
color: #A38D59;
}
.AnyTagClassName
{
color: #A38D59;
}
</style>
background-color css
<style>
a { background-color: #A38D59; }
a { background-color: rgb(163,141,89); }
div.DivClassName
{
background-color: #A38D59;
}
.BgClassName
{
background-color: #A38D59;
}
</style>
border-color css
<style>
span { border-color: #A38D59; }
span { border-color: rgb(163,141,89); }
td.TdClassName
{
border-color: #A38D59;
}
.TagClassName
{
border-color: #A38D59;
}
</style>