Shades of Teak #A38D50
Tints of Teak #A38D50
RGB
CMYK
RGB Variations
Color information
#A38D50 (or 0xA38D50) is known color: Teak. HEX triplet: A3, 8D and 50. RGB value is (163,141,80). Sum of RGB (Red+Green+Blue) = 163+141+80=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D50 is #5C72AF. Grayscale: #8C8C8C. Windows color (decimal): -6058672 or 5279139. OLE color: 5279139.
HSL color Cylindrical-coordinate representation of color #A38D50: hue angle of 44.1º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A38D50 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 80 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.36 |
| HSL | 44.1º | 0.34% | 0.48% | - |
| HSV(B) | 44.1º | 0.51% | 0.64% | - |
| XYZ | 26.08 | 27.42 | 11.51 | - |
| YUV | 140.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 80 | 0 | 0.13 | 0.51 | 0.36 | 44.1 | 0.34 | 0.48 |
| Hex | A3 | 8D | 50 | 0 | D | 33 | 24 | 2C | 22 | 30 |
| Octal | 243 | 215 | 120 | 0 | 15 | 63 | 44 | 54 | 42 | 60 |
| Binary | 10100011 | 10001101 | 1010000 | 0 | 1101 | 110011 | 100100 | 101100 | 100010 | 110000 |
Color Harmonies of #A38D50
Complementary color
Monochromatic Colors of #A38D50
Black with #A38D50
Text Example
Text Example
White with #A38D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D50; }
p { color: rgb(163,141,80); }
H1.HeaderClassName
{
color: #A38D50;
}
.AnyTagClassName
{
color: #A38D50;
}
</style>
background-color css
<style>
a { background-color: #A38D50; }
a { background-color: rgb(163,141,80); }
div.DivClassName
{
background-color: #A38D50;
}
.BgClassName
{
background-color: #A38D50;
}
</style>
border-color css
<style>
span { border-color: #A38D50; }
span { border-color: rgb(163,141,80); }
td.TdClassName
{
border-color: #A38D50;
}
.TagClassName
{
border-color: #A38D50;
}
</style>