Shades of Teak #A79051
Tints of Teak #A79051
RGB
CMYK
RGB Variations
Color information
#A79051 (or 0xA79051) is known color: Teak. HEX triplet: A7, 90 and 51. RGB value is (167,144,81). Sum of RGB (Red+Green+Blue) = 167+144+81=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A79051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79051 is #586FAE. Grayscale: #8F8F8F. Windows color (decimal): -5795759 or 5345447. OLE color: 5345447.
HSL color Cylindrical-coordinate representation of color #A79051: hue angle of 43.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A79051 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 81 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.35 |
| HSL | 43.95º | 0.35% | 0.49% | - |
| HSV(B) | 43.95º | 0.51% | 0.65% | - |
| XYZ | 27.39 | 28.76 | 11.89 | - |
| YUV | 143.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 81 | 0 | 0.14 | 0.51 | 0.35 | 43.95 | 0.35 | 0.49 |
| Hex | A7 | 90 | 51 | 0 | E | 33 | 23 | 2C | 23 | 31 |
| Octal | 247 | 220 | 121 | 0 | 16 | 63 | 43 | 54 | 43 | 61 |
| Binary | 10100111 | 10010000 | 1010001 | 0 | 1110 | 110011 | 100011 | 101100 | 100011 | 110001 |
Color Harmonies of #A79051
Complementary color
Monochromatic Colors of #A79051
Black with #A79051
Text Example
Text Example
White with #A79051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79051; }
p { color: rgb(167,144,81); }
H1.HeaderClassName
{
color: #A79051;
}
.AnyTagClassName
{
color: #A79051;
}
</style>
background-color css
<style>
a { background-color: #A79051; }
a { background-color: rgb(167,144,81); }
div.DivClassName
{
background-color: #A79051;
}
.BgClassName
{
background-color: #A79051;
}
</style>
border-color css
<style>
span { border-color: #A79051; }
span { border-color: rgb(167,144,81); }
td.TdClassName
{
border-color: #A79051;
}
.TagClassName
{
border-color: #A79051;
}
</style>