Shades of Teak #A48A59
Tints of Teak #A48A59
RGB
CMYK
RGB Variations
Color information
#A48A59 (or 0xA48A59) is known color: Teak. HEX triplet: A4, 8A and 59. RGB value is (164,138,89). Sum of RGB (Red+Green+Blue) = 164+138+89=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A59 is #5B75A6. Grayscale: #8C8C8C. Windows color (decimal): -5993895 or 5868196. OLE color: 5868196.
HSL color Cylindrical-coordinate representation of color #A48A59: hue angle of 39.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A48A59 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 89 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.36 |
| HSL | 39.2º | 0.3% | 0.5% | - |
| HSV(B) | 39.2º | 0.46% | 0.64% | - |
| XYZ | 26.2 | 26.79 | 13.24 | - |
| YUV | 140.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 89 | 0 | 0.16 | 0.46 | 0.36 | 39.2 | 0.3 | 0.5 |
| Hex | A4 | 8A | 59 | 0 | 10 | 2E | 24 | 27 | 1E | 32 |
| Octal | 244 | 212 | 131 | 0 | 20 | 56 | 44 | 47 | 36 | 62 |
| Binary | 10100100 | 10001010 | 1011001 | 0 | 10000 | 101110 | 100100 | 100111 | 11110 | 110010 |
Color Harmonies of #A48A59
Complementary color
Monochromatic Colors of #A48A59
Black with #A48A59
Text Example
Text Example
White with #A48A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A59; }
p { color: rgb(164,138,89); }
H1.HeaderClassName
{
color: #A48A59;
}
.AnyTagClassName
{
color: #A48A59;
}
</style>
background-color css
<style>
a { background-color: #A48A59; }
a { background-color: rgb(164,138,89); }
div.DivClassName
{
background-color: #A48A59;
}
.BgClassName
{
background-color: #A48A59;
}
</style>
border-color css
<style>
span { border-color: #A48A59; }
span { border-color: rgb(164,138,89); }
td.TdClassName
{
border-color: #A48A59;
}
.TagClassName
{
border-color: #A48A59;
}
</style>