Shades of Teak #A38E4E
Tints of Teak #A38E4E
RGB
CMYK
RGB Variations
Color information
#A38E4E (or 0xA38E4E) is known color: Teak. HEX triplet: A3, 8E and 4E. RGB value is (163,142,78). Sum of RGB (Red+Green+Blue) = 163+142+78=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E4E is #5C71B1. Grayscale: #8D8D8D. Windows color (decimal): -6058418 or 5148323. OLE color: 5148323.
HSL color Cylindrical-coordinate representation of color #A38E4E: hue angle of 45.18º 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 #A38E4E is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 78 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.36 |
| HSL | 45.18º | 0.35% | 0.47% | - |
| HSV(B) | 45.18º | 0.52% | 0.64% | - |
| XYZ | 26.15 | 27.68 | 11.17 | - |
| YUV | 140.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 78 | 0 | 0.13 | 0.52 | 0.36 | 45.18 | 0.35 | 0.47 |
| Hex | A3 | 8E | 4E | 0 | D | 34 | 24 | 2D | 23 | 2F |
| Octal | 243 | 216 | 116 | 0 | 15 | 64 | 44 | 55 | 43 | 57 |
| Binary | 10100011 | 10001110 | 1001110 | 0 | 1101 | 110100 | 100100 | 101101 | 100011 | 101111 |
Color Harmonies of #A38E4E
Complementary color
Monochromatic Colors of #A38E4E
Black with #A38E4E
Text Example
Text Example
White with #A38E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E4E; }
p { color: rgb(163,142,78); }
H1.HeaderClassName
{
color: #A38E4E;
}
.AnyTagClassName
{
color: #A38E4E;
}
</style>
background-color css
<style>
a { background-color: #A38E4E; }
a { background-color: rgb(163,142,78); }
div.DivClassName
{
background-color: #A38E4E;
}
.BgClassName
{
background-color: #A38E4E;
}
</style>
border-color css
<style>
span { border-color: #A38E4E; }
span { border-color: rgb(163,142,78); }
td.TdClassName
{
border-color: #A38E4E;
}
.TagClassName
{
border-color: #A38E4E;
}
</style>