Shades of Teak #A48654
Tints of Teak #A48654
RGB
CMYK
RGB Variations
Color information
#A48654 (or 0xA48654) is known color: Teak. HEX triplet: A4, 86 and 54. RGB value is (164,134,84). Sum of RGB (Red+Green+Blue) = 164+134+84=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48654 is #5B79AB. Grayscale: #898989. Windows color (decimal): -5994924 or 5539492. OLE color: 5539492.
HSL color Cylindrical-coordinate representation of color #A48654: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48654 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 84 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.36 |
| HSL | 37.5º | 0.32% | 0.49% | - |
| HSV(B) | 37.5º | 0.49% | 0.64% | - |
| XYZ | 25.44 | 25.58 | 11.98 | - |
| YUV | 137.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 84 | 0 | 0.18 | 0.49 | 0.36 | 37.5 | 0.32 | 0.49 |
| Hex | A4 | 86 | 54 | 0 | 12 | 31 | 24 | 26 | 20 | 31 |
| Octal | 244 | 206 | 124 | 0 | 22 | 61 | 44 | 46 | 40 | 61 |
| Binary | 10100100 | 10000110 | 1010100 | 0 | 10010 | 110001 | 100100 | 100110 | 100000 | 110001 |
Color Harmonies of #A48654
Complementary color
Monochromatic Colors of #A48654
Black with #A48654
Text Example
Text Example
White with #A48654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48654; }
p { color: rgb(164,134,84); }
H1.HeaderClassName
{
color: #A48654;
}
.AnyTagClassName
{
color: #A48654;
}
</style>
background-color css
<style>
a { background-color: #A48654; }
a { background-color: rgb(164,134,84); }
div.DivClassName
{
background-color: #A48654;
}
.BgClassName
{
background-color: #A48654;
}
</style>
border-color css
<style>
span { border-color: #A48654; }
span { border-color: rgb(164,134,84); }
td.TdClassName
{
border-color: #A48654;
}
.TagClassName
{
border-color: #A48654;
}
</style>