Shades of Lucky #A79C19
Tints of Lucky #A79C19
RGB
CMYK
RGB Variations
Color information
#A79C19 (or 0xA79C19) is known color: Lucky. HEX triplet: A7, 9C and 19. RGB value is (167,156,25). Sum of RGB (Red+Green+Blue) = 167+156+25=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79C19 is #5863E6. Grayscale: #909090. Windows color (decimal): -5792743 or 1678503. OLE color: 1678503.
HSL color Cylindrical-coordinate representation of color #A79C19: hue angle of 55.35º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A79C19 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 25 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.35 |
| HSL | 55.35º | 0.74% | 0.38% | - |
| HSV(B) | 55.35º | 0.85% | 0.65% | - |
| XYZ | 28 | 32.06 | 5.63 | - |
| YUV | 144.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 25 | 0 | 0.07 | 0.85 | 0.35 | 55.35 | 0.74 | 0.38 |
| Hex | A7 | 9C | 19 | 0 | 7 | 55 | 23 | 37 | 4A | 26 |
| Octal | 247 | 234 | 31 | 0 | 7 | 125 | 43 | 67 | 112 | 46 |
| Binary | 10100111 | 10011100 | 11001 | 0 | 111 | 1010101 | 100011 | 110111 | 1001010 | 100110 |
Color Harmonies of #A79C19
Complementary color
Monochromatic Colors of #A79C19
Black with #A79C19
Text Example
Text Example
White with #A79C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C19; }
p { color: rgb(167,156,25); }
H1.HeaderClassName
{
color: #A79C19;
}
.AnyTagClassName
{
color: #A79C19;
}
</style>
background-color css
<style>
a { background-color: #A79C19; }
a { background-color: rgb(167,156,25); }
div.DivClassName
{
background-color: #A79C19;
}
.BgClassName
{
background-color: #A79C19;
}
</style>
border-color css
<style>
span { border-color: #A79C19; }
span { border-color: rgb(167,156,25); }
td.TdClassName
{
border-color: #A79C19;
}
.TagClassName
{
border-color: #A79C19;
}
</style>