Shades of Teak #A48D58
Tints of Teak #A48D58
RGB
CMYK
RGB Variations
Color information
#A48D58 (or 0xA48D58) is known color: Teak. HEX triplet: A4, 8D and 58. RGB value is (164,141,88). Sum of RGB (Red+Green+Blue) = 164+141+88=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D58 is #5B72A7. Grayscale: #8E8E8E. Windows color (decimal): -5993128 or 5803428. OLE color: 5803428.
HSL color Cylindrical-coordinate representation of color #A48D58: hue angle of 41.84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A48D58 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 88 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.36 |
| HSL | 41.84º | 0.3% | 0.49% | - |
| HSV(B) | 41.84º | 0.46% | 0.64% | - |
| XYZ | 26.6 | 27.65 | 13.17 | - |
| YUV | 141.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 88 | 0 | 0.14 | 0.46 | 0.36 | 41.84 | 0.3 | 0.49 |
| Hex | A4 | 8D | 58 | 0 | E | 2E | 24 | 2A | 1E | 31 |
| Octal | 244 | 215 | 130 | 0 | 16 | 56 | 44 | 52 | 36 | 61 |
| Binary | 10100100 | 10001101 | 1011000 | 0 | 1110 | 101110 | 100100 | 101010 | 11110 | 110001 |
Color Harmonies of #A48D58
Complementary color
Monochromatic Colors of #A48D58
Black with #A48D58
Text Example
Text Example
White with #A48D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D58; }
p { color: rgb(164,141,88); }
H1.HeaderClassName
{
color: #A48D58;
}
.AnyTagClassName
{
color: #A48D58;
}
</style>
background-color css
<style>
a { background-color: #A48D58; }
a { background-color: rgb(164,141,88); }
div.DivClassName
{
background-color: #A48D58;
}
.BgClassName
{
background-color: #A48D58;
}
</style>
border-color css
<style>
span { border-color: #A48D58; }
span { border-color: rgb(164,141,88); }
td.TdClassName
{
border-color: #A48D58;
}
.TagClassName
{
border-color: #A48D58;
}
</style>