Shades of Teak #A48C5E
Tints of Teak #A48C5E
RGB
CMYK
RGB Variations
Color information
#A48C5E (or 0xA48C5E) is known color: Teak. HEX triplet: A4, 8C and 5E. RGB value is (164,140,94). Sum of RGB (Red+Green+Blue) = 164+140+94=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C5E is #5B73A1. Grayscale: #8E8E8E. Windows color (decimal): -5993378 or 6196388. OLE color: 6196388.
HSL color Cylindrical-coordinate representation of color #A48C5E: hue angle of 39.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A48C5E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 94 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.36 |
| HSL | 39.43º | 0.28% | 0.51% | - |
| HSV(B) | 39.43º | 0.43% | 0.64% | - |
| XYZ | 26.71 | 27.46 | 14.48 | - |
| YUV | 141.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 94 | 0 | 0.15 | 0.43 | 0.36 | 39.43 | 0.28 | 0.51 |
| Hex | A4 | 8C | 5E | 0 | F | 2B | 24 | 27 | 1C | 33 |
| Octal | 244 | 214 | 136 | 0 | 17 | 53 | 44 | 47 | 34 | 63 |
| Binary | 10100100 | 10001100 | 1011110 | 0 | 1111 | 101011 | 100100 | 100111 | 11100 | 110011 |
Color Harmonies of #A48C5E
Complementary color
Monochromatic Colors of #A48C5E
Black with #A48C5E
Text Example
Text Example
White with #A48C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C5E; }
p { color: rgb(164,140,94); }
H1.HeaderClassName
{
color: #A48C5E;
}
.AnyTagClassName
{
color: #A48C5E;
}
</style>
background-color css
<style>
a { background-color: #A48C5E; }
a { background-color: rgb(164,140,94); }
div.DivClassName
{
background-color: #A48C5E;
}
.BgClassName
{
background-color: #A48C5E;
}
</style>
border-color css
<style>
span { border-color: #A48C5E; }
span { border-color: rgb(164,140,94); }
td.TdClassName
{
border-color: #A48C5E;
}
.TagClassName
{
border-color: #A48C5E;
}
</style>