Shades of Lucky #A79C0A
Tints of Lucky #A79C0A
RGB
CMYK
RGB Variations
Color information
#A79C0A (or 0xA79C0A) is known color: Lucky. HEX triplet: A7, 9C and 0A. RGB value is (167,156,10). Sum of RGB (Red+Green+Blue) = 167+156+10=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79C0A is #5863F5. Grayscale: #8F8F8F. Windows color (decimal): -5792758 or 695463. OLE color: 695463.
HSL color Cylindrical-coordinate representation of color #A79C0A: hue angle of 55.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A79C0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.35 |
| HSL | 55.8º | 0.89% | 0.35% | - |
| HSV(B) | 55.8º | 0.94% | 0.65% | - |
| XYZ | 27.88 | 32.01 | 5 | - |
| YUV | 142.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 10 | 0 | 0.07 | 0.94 | 0.35 | 55.8 | 0.89 | 0.35 |
| Hex | A7 | 9C | A | 0 | 7 | 5E | 23 | 38 | 59 | 23 |
| Octal | 247 | 234 | 12 | 0 | 7 | 136 | 43 | 70 | 131 | 43 |
| Binary | 10100111 | 10011100 | 1010 | 0 | 111 | 1011110 | 100011 | 111000 | 1011001 | 100011 |
Color Harmonies of #A79C0A
Complementary color
Monochromatic Colors of #A79C0A
Black with #A79C0A
Text Example
Text Example
White with #A79C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C0A; }
p { color: rgb(167,156,10); }
H1.HeaderClassName
{
color: #A79C0A;
}
.AnyTagClassName
{
color: #A79C0A;
}
</style>
background-color css
<style>
a { background-color: #A79C0A; }
a { background-color: rgb(167,156,10); }
div.DivClassName
{
background-color: #A79C0A;
}
.BgClassName
{
background-color: #A79C0A;
}
</style>
border-color css
<style>
span { border-color: #A79C0A; }
span { border-color: rgb(167,156,10); }
td.TdClassName
{
border-color: #A79C0A;
}
.TagClassName
{
border-color: #A79C0A;
}
</style>