Shades of Teak #A39054
Tints of Teak #A39054
RGB
CMYK
RGB Variations
Color information
#A39054 (or 0xA39054) is known color: Teak. HEX triplet: A3, 90 and 54. RGB value is (163,144,84). Sum of RGB (Red+Green+Blue) = 163+144+84=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A39054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39054 is #5C6FAB. Grayscale: #8F8F8F. Windows color (decimal): -6057900 or 5542051. OLE color: 5542051.
HSL color Cylindrical-coordinate representation of color #A39054: hue angle of 45.57º 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 #A39054 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 84 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.36 |
| HSL | 45.57º | 0.32% | 0.48% | - |
| HSV(B) | 45.57º | 0.48% | 0.64% | - |
| XYZ | 26.68 | 28.37 | 12.46 | - |
| YUV | 142.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 84 | 0 | 0.12 | 0.48 | 0.36 | 45.57 | 0.32 | 0.48 |
| Hex | A3 | 90 | 54 | 0 | C | 30 | 24 | 2E | 20 | 30 |
| Octal | 243 | 220 | 124 | 0 | 14 | 60 | 44 | 56 | 40 | 60 |
| Binary | 10100011 | 10010000 | 1010100 | 0 | 1100 | 110000 | 100100 | 101110 | 100000 | 110000 |
Color Harmonies of #A39054
Complementary color
Monochromatic Colors of #A39054
Black with #A39054
Text Example
Text Example
White with #A39054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39054; }
p { color: rgb(163,144,84); }
H1.HeaderClassName
{
color: #A39054;
}
.AnyTagClassName
{
color: #A39054;
}
</style>
background-color css
<style>
a { background-color: #A39054; }
a { background-color: rgb(163,144,84); }
div.DivClassName
{
background-color: #A39054;
}
.BgClassName
{
background-color: #A39054;
}
</style>
border-color css
<style>
span { border-color: #A39054; }
span { border-color: rgb(163,144,84); }
td.TdClassName
{
border-color: #A39054;
}
.TagClassName
{
border-color: #A39054;
}
</style>