Shades of Teak #A38E51
Tints of Teak #A38E51
RGB
CMYK
RGB Variations
Color information
#A38E51 (or 0xA38E51) is known color: Teak. HEX triplet: A3, 8E and 51. RGB value is (163,142,81). Sum of RGB (Red+Green+Blue) = 163+142+81=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E51 is #5C71AE. Grayscale: #8D8D8D. Windows color (decimal): -6058415 or 5344931. OLE color: 5344931.
HSL color Cylindrical-coordinate representation of color #A38E51: hue angle of 44.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A38E51 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 81 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.36 |
| HSL | 44.63º | 0.34% | 0.48% | - |
| HSV(B) | 44.63º | 0.5% | 0.64% | - |
| XYZ | 26.26 | 27.73 | 11.75 | - |
| YUV | 141.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 81 | 0 | 0.13 | 0.50 | 0.36 | 44.63 | 0.34 | 0.48 |
| Hex | A3 | 8E | 51 | 0 | D | 32 | 24 | 2D | 22 | 30 |
| Octal | 243 | 216 | 121 | 0 | 15 | 62 | 44 | 55 | 42 | 60 |
| Binary | 10100011 | 10001110 | 1010001 | 0 | 1101 | 110010 | 100100 | 101101 | 100010 | 110000 |
Color Harmonies of #A38E51
Complementary color
Monochromatic Colors of #A38E51
Black with #A38E51
Text Example
Text Example
White with #A38E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E51; }
p { color: rgb(163,142,81); }
H1.HeaderClassName
{
color: #A38E51;
}
.AnyTagClassName
{
color: #A38E51;
}
</style>
background-color css
<style>
a { background-color: #A38E51; }
a { background-color: rgb(163,142,81); }
div.DivClassName
{
background-color: #A38E51;
}
.BgClassName
{
background-color: #A38E51;
}
</style>
border-color css
<style>
span { border-color: #A38E51; }
span { border-color: rgb(163,142,81); }
td.TdClassName
{
border-color: #A38E51;
}
.TagClassName
{
border-color: #A38E51;
}
</style>