Shades of Teak #A79058
Tints of Teak #A79058
RGB
CMYK
RGB Variations
Color information
#A79058 (or 0xA79058) is known color: Teak. HEX triplet: A7, 90 and 58. RGB value is (167,144,88). Sum of RGB (Red+Green+Blue) = 167+144+88=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A79058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79058 is #586FA7. Grayscale: #909090. Windows color (decimal): -5795752 or 5804199. OLE color: 5804199.
HSL color Cylindrical-coordinate representation of color #A79058: hue angle of 42.53º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A79058 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 88 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.35 |
| HSL | 42.53º | 0.31% | 0.5% | - |
| HSV(B) | 42.53º | 0.47% | 0.65% | - |
| XYZ | 27.67 | 28.87 | 13.35 | - |
| YUV | 144.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 88 | 0 | 0.14 | 0.47 | 0.35 | 42.53 | 0.31 | 0.5 |
| Hex | A7 | 90 | 58 | 0 | E | 2F | 23 | 2B | 1F | 32 |
| Octal | 247 | 220 | 130 | 0 | 16 | 57 | 43 | 53 | 37 | 62 |
| Binary | 10100111 | 10010000 | 1011000 | 0 | 1110 | 101111 | 100011 | 101011 | 11111 | 110010 |
Color Harmonies of #A79058
Complementary color
Monochromatic Colors of #A79058
Black with #A79058
Text Example
Text Example
White with #A79058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79058; }
p { color: rgb(167,144,88); }
H1.HeaderClassName
{
color: #A79058;
}
.AnyTagClassName
{
color: #A79058;
}
</style>
background-color css
<style>
a { background-color: #A79058; }
a { background-color: rgb(167,144,88); }
div.DivClassName
{
background-color: #A79058;
}
.BgClassName
{
background-color: #A79058;
}
</style>
border-color css
<style>
span { border-color: #A79058; }
span { border-color: rgb(167,144,88); }
td.TdClassName
{
border-color: #A79058;
}
.TagClassName
{
border-color: #A79058;
}
</style>