Shades of Teak #A38D4E
Tints of Teak #A38D4E
RGB
CMYK
RGB Variations
Color information
#A38D4E (or 0xA38D4E) is known color: Teak. HEX triplet: A3, 8D and 4E. RGB value is (163,141,78). Sum of RGB (Red+Green+Blue) = 163+141+78=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D4E is #5C72B1. Grayscale: #8C8C8C. Windows color (decimal): -6058674 or 5148067. OLE color: 5148067.
HSL color Cylindrical-coordinate representation of color #A38D4E: hue angle of 44.47º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A38D4E is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 78 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.36 |
| HSL | 44.47º | 0.35% | 0.47% | - |
| HSV(B) | 44.47º | 0.52% | 0.64% | - |
| XYZ | 26 | 27.39 | 11.12 | - |
| YUV | 140.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 78 | 0 | 0.13 | 0.52 | 0.36 | 44.47 | 0.35 | 0.47 |
| Hex | A3 | 8D | 4E | 0 | D | 34 | 24 | 2C | 23 | 2F |
| Octal | 243 | 215 | 116 | 0 | 15 | 64 | 44 | 54 | 43 | 57 |
| Binary | 10100011 | 10001101 | 1001110 | 0 | 1101 | 110100 | 100100 | 101100 | 100011 | 101111 |
Color Harmonies of #A38D4E
Complementary color
Monochromatic Colors of #A38D4E
Black with #A38D4E
Text Example
Text Example
White with #A38D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D4E; }
p { color: rgb(163,141,78); }
H1.HeaderClassName
{
color: #A38D4E;
}
.AnyTagClassName
{
color: #A38D4E;
}
</style>
background-color css
<style>
a { background-color: #A38D4E; }
a { background-color: rgb(163,141,78); }
div.DivClassName
{
background-color: #A38D4E;
}
.BgClassName
{
background-color: #A38D4E;
}
</style>
border-color css
<style>
span { border-color: #A38D4E; }
span { border-color: rgb(163,141,78); }
td.TdClassName
{
border-color: #A38D4E;
}
.TagClassName
{
border-color: #A38D4E;
}
</style>