Shades of Teak #A48C57
Tints of Teak #A48C57
RGB
CMYK
RGB Variations
Color information
#A48C57 (or 0xA48C57) is known color: Teak. HEX triplet: A4, 8C and 57. RGB value is (164,140,87). Sum of RGB (Red+Green+Blue) = 164+140+87=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C57 is #5B73A8. Grayscale: #8D8D8D. Windows color (decimal): -5993385 or 5737636. OLE color: 5737636.
HSL color Cylindrical-coordinate representation of color #A48C57: hue angle of 41.3º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A48C57 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 87 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.36 |
| HSL | 41.3º | 0.31% | 0.49% | - |
| HSV(B) | 41.3º | 0.47% | 0.64% | - |
| XYZ | 26.41 | 27.34 | 12.9 | - |
| YUV | 141.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 87 | 0 | 0.15 | 0.47 | 0.36 | 41.3 | 0.31 | 0.49 |
| Hex | A4 | 8C | 57 | 0 | F | 2F | 24 | 29 | 1F | 31 |
| Octal | 244 | 214 | 127 | 0 | 17 | 57 | 44 | 51 | 37 | 61 |
| Binary | 10100100 | 10001100 | 1010111 | 0 | 1111 | 101111 | 100100 | 101001 | 11111 | 110001 |
Color Harmonies of #A48C57
Complementary color
Monochromatic Colors of #A48C57
Black with #A48C57
Text Example
Text Example
White with #A48C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C57; }
p { color: rgb(164,140,87); }
H1.HeaderClassName
{
color: #A48C57;
}
.AnyTagClassName
{
color: #A48C57;
}
</style>
background-color css
<style>
a { background-color: #A48C57; }
a { background-color: rgb(164,140,87); }
div.DivClassName
{
background-color: #A48C57;
}
.BgClassName
{
background-color: #A48C57;
}
</style>
border-color css
<style>
span { border-color: #A48C57; }
span { border-color: rgb(164,140,87); }
td.TdClassName
{
border-color: #A48C57;
}
.TagClassName
{
border-color: #A48C57;
}
</style>