Shades of Teak #A4865B
Tints of Teak #A4865B
RGB
CMYK
RGB Variations
Color information
#A4865B (or 0xA4865B) is known color: Teak. HEX triplet: A4, 86 and 5B. RGB value is (164,134,91). Sum of RGB (Red+Green+Blue) = 164+134+91=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865B is #5B79A4. Grayscale: #8A8A8A. Windows color (decimal): -5994917 or 5998244. OLE color: 5998244.
HSL color Cylindrical-coordinate representation of color #A4865B: hue angle of 35.34º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4865B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 91 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.36 |
| HSL | 35.34º | 0.29% | 0.5% | - |
| HSV(B) | 35.34º | 0.45% | 0.64% | - |
| XYZ | 25.72 | 25.7 | 13.5 | - |
| YUV | 138.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 91 | 0 | 0.18 | 0.45 | 0.36 | 35.34 | 0.29 | 0.5 |
| Hex | A4 | 86 | 5B | 0 | 12 | 2D | 24 | 23 | 1D | 32 |
| Octal | 244 | 206 | 133 | 0 | 22 | 55 | 44 | 43 | 35 | 62 |
| Binary | 10100100 | 10000110 | 1011011 | 0 | 10010 | 101101 | 100100 | 100011 | 11101 | 110010 |
Color Harmonies of #A4865B
Complementary color
Monochromatic Colors of #A4865B
Black with #A4865B
Text Example
Text Example
White with #A4865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4865B; }
p { color: rgb(164,134,91); }
H1.HeaderClassName
{
color: #A4865B;
}
.AnyTagClassName
{
color: #A4865B;
}
</style>
background-color css
<style>
a { background-color: #A4865B; }
a { background-color: rgb(164,134,91); }
div.DivClassName
{
background-color: #A4865B;
}
.BgClassName
{
background-color: #A4865B;
}
</style>
border-color css
<style>
span { border-color: #A4865B; }
span { border-color: rgb(164,134,91); }
td.TdClassName
{
border-color: #A4865B;
}
.TagClassName
{
border-color: #A4865B;
}
</style>