Shades of Teak #A4895F
Tints of Teak #A4895F
RGB
CMYK
RGB Variations
Color information
#A4895F (or 0xA4895F) is known color: Teak. HEX triplet: A4, 89 and 5F. RGB value is (164,137,95). Sum of RGB (Red+Green+Blue) = 164+137+95=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A4895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4895F is #5B76A0. Grayscale: #8C8C8C. Windows color (decimal): -5994145 or 6261156. OLE color: 6261156.
HSL color Cylindrical-coordinate representation of color #A4895F: hue angle of 36.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4895F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 95 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.36 |
| HSL | 36.52º | 0.27% | 0.51% | - |
| HSV(B) | 36.52º | 0.42% | 0.64% | - |
| XYZ | 26.32 | 26.61 | 14.58 | - |
| YUV | 140.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 95 | 0 | 0.16 | 0.42 | 0.36 | 36.52 | 0.27 | 0.51 |
| Hex | A4 | 89 | 5F | 0 | 10 | 2A | 24 | 25 | 1B | 33 |
| Octal | 244 | 211 | 137 | 0 | 20 | 52 | 44 | 45 | 33 | 63 |
| Binary | 10100100 | 10001001 | 1011111 | 0 | 10000 | 101010 | 100100 | 100101 | 11011 | 110011 |
Color Harmonies of #A4895F
Complementary color
Monochromatic Colors of #A4895F
Black with #A4895F
Text Example
Text Example
White with #A4895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4895F; }
p { color: rgb(164,137,95); }
H1.HeaderClassName
{
color: #A4895F;
}
.AnyTagClassName
{
color: #A4895F;
}
</style>
background-color css
<style>
a { background-color: #A4895F; }
a { background-color: rgb(164,137,95); }
div.DivClassName
{
background-color: #A4895F;
}
.BgClassName
{
background-color: #A4895F;
}
</style>
border-color css
<style>
span { border-color: #A4895F; }
span { border-color: rgb(164,137,95); }
td.TdClassName
{
border-color: #A4895F;
}
.TagClassName
{
border-color: #A4895F;
}
</style>