Shades of Teak #A38C54
Tints of Teak #A38C54
RGB
CMYK
RGB Variations
Color information
#A38C54 (or 0xA38C54) is known color: Teak. HEX triplet: A3, 8C and 54. RGB value is (163,140,84). Sum of RGB (Red+Green+Blue) = 163+140+84=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C54 is #5C73AB. Grayscale: #8C8C8C. Windows color (decimal): -6058924 or 5541027. OLE color: 5541027.
HSL color Cylindrical-coordinate representation of color #A38C54: hue angle of 42.53º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A38C54 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 84 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.36 |
| HSL | 42.53º | 0.32% | 0.48% | - |
| HSV(B) | 42.53º | 0.48% | 0.64% | - |
| XYZ | 26.08 | 27.18 | 12.26 | - |
| YUV | 140.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 84 | 0 | 0.14 | 0.48 | 0.36 | 42.53 | 0.32 | 0.48 |
| Hex | A3 | 8C | 54 | 0 | E | 30 | 24 | 2B | 20 | 30 |
| Octal | 243 | 214 | 124 | 0 | 16 | 60 | 44 | 53 | 40 | 60 |
| Binary | 10100011 | 10001100 | 1010100 | 0 | 1110 | 110000 | 100100 | 101011 | 100000 | 110000 |
Color Harmonies of #A38C54
Complementary color
Monochromatic Colors of #A38C54
Black with #A38C54
Text Example
Text Example
White with #A38C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C54; }
p { color: rgb(163,140,84); }
H1.HeaderClassName
{
color: #A38C54;
}
.AnyTagClassName
{
color: #A38C54;
}
</style>
background-color css
<style>
a { background-color: #A38C54; }
a { background-color: rgb(163,140,84); }
div.DivClassName
{
background-color: #A38C54;
}
.BgClassName
{
background-color: #A38C54;
}
</style>
border-color css
<style>
span { border-color: #A38C54; }
span { border-color: rgb(163,140,84); }
td.TdClassName
{
border-color: #A38C54;
}
.TagClassName
{
border-color: #A38C54;
}
</style>