Shades of Teak #A48E58
Tints of Teak #A48E58
RGB
CMYK
RGB Variations
Color information
#A48E58 (or 0xA48E58) is known color: Teak. HEX triplet: A4, 8E and 58. RGB value is (164,142,88). Sum of RGB (Red+Green+Blue) = 164+142+88=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E58 is #5B71A7. Grayscale: #8E8E8E. Windows color (decimal): -5992872 or 5803684. OLE color: 5803684.
HSL color Cylindrical-coordinate representation of color #A48E58: hue angle of 42.63º 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 #A48E58 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 88 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.36 |
| HSL | 42.63º | 0.3% | 0.49% | - |
| HSV(B) | 42.63º | 0.46% | 0.64% | - |
| XYZ | 26.74 | 27.94 | 13.22 | - |
| YUV | 142.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 88 | 0 | 0.13 | 0.46 | 0.36 | 42.63 | 0.3 | 0.49 |
| Hex | A4 | 8E | 58 | 0 | D | 2E | 24 | 2B | 1E | 31 |
| Octal | 244 | 216 | 130 | 0 | 15 | 56 | 44 | 53 | 36 | 61 |
| Binary | 10100100 | 10001110 | 1011000 | 0 | 1101 | 101110 | 100100 | 101011 | 11110 | 110001 |
Color Harmonies of #A48E58
Complementary color
Monochromatic Colors of #A48E58
Black with #A48E58
Text Example
Text Example
White with #A48E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E58; }
p { color: rgb(164,142,88); }
H1.HeaderClassName
{
color: #A48E58;
}
.AnyTagClassName
{
color: #A48E58;
}
</style>
background-color css
<style>
a { background-color: #A48E58; }
a { background-color: rgb(164,142,88); }
div.DivClassName
{
background-color: #A48E58;
}
.BgClassName
{
background-color: #A48E58;
}
</style>
border-color css
<style>
span { border-color: #A48E58; }
span { border-color: rgb(164,142,88); }
td.TdClassName
{
border-color: #A48E58;
}
.TagClassName
{
border-color: #A48E58;
}
</style>