Shades of Teak #A48D5C
Tints of Teak #A48D5C
RGB
CMYK
RGB Variations
Color information
#A48D5C (or 0xA48D5C) is known color: Teak. HEX triplet: A4, 8D and 5C. RGB value is (164,141,92). Sum of RGB (Red+Green+Blue) = 164+141+92=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D5C is #5B72A3. Grayscale: #8E8E8E. Windows color (decimal): -5993124 or 6065572. OLE color: 6065572.
HSL color Cylindrical-coordinate representation of color #A48D5C: hue angle of 40.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A48D5C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 92 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.36 |
| HSL | 40.83º | 0.28% | 0.5% | - |
| HSV(B) | 40.83º | 0.44% | 0.64% | - |
| XYZ | 26.77 | 27.71 | 14.06 | - |
| YUV | 142.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 92 | 0 | 0.14 | 0.44 | 0.36 | 40.83 | 0.28 | 0.5 |
| Hex | A4 | 8D | 5C | 0 | E | 2C | 24 | 29 | 1C | 32 |
| Octal | 244 | 215 | 134 | 0 | 16 | 54 | 44 | 51 | 34 | 62 |
| Binary | 10100100 | 10001101 | 1011100 | 0 | 1110 | 101100 | 100100 | 101001 | 11100 | 110010 |
Color Harmonies of #A48D5C
Complementary color
Monochromatic Colors of #A48D5C
Black with #A48D5C
Text Example
Text Example
White with #A48D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D5C; }
p { color: rgb(164,141,92); }
H1.HeaderClassName
{
color: #A48D5C;
}
.AnyTagClassName
{
color: #A48D5C;
}
</style>
background-color css
<style>
a { background-color: #A48D5C; }
a { background-color: rgb(164,141,92); }
div.DivClassName
{
background-color: #A48D5C;
}
.BgClassName
{
background-color: #A48D5C;
}
</style>
border-color css
<style>
span { border-color: #A48D5C; }
span { border-color: rgb(164,141,92); }
td.TdClassName
{
border-color: #A48D5C;
}
.TagClassName
{
border-color: #A48D5C;
}
</style>