Shades of Lucky #A79019
Tints of Lucky #A79019
RGB
CMYK
RGB Variations
Color information
#A79019 (or 0xA79019) is known color: Lucky. HEX triplet: A7, 90 and 19. RGB value is (167,144,25). Sum of RGB (Red+Green+Blue) = 167+144+25=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A79019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79019 is #586FE6. Grayscale: #898989. Windows color (decimal): -5795815 or 1675431. OLE color: 1675431.
HSL color Cylindrical-coordinate representation of color #A79019: hue angle of 50.28º 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 #A79019 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 25 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.35 |
| HSL | 50.28º | 0.74% | 0.38% | - |
| HSV(B) | 50.28º | 0.85% | 0.65% | - |
| XYZ | 26.09 | 28.23 | 4.99 | - |
| YUV | 137.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 25 | 0 | 0.14 | 0.85 | 0.35 | 50.28 | 0.74 | 0.38 |
| Hex | A7 | 90 | 19 | 0 | E | 55 | 23 | 32 | 4A | 26 |
| Octal | 247 | 220 | 31 | 0 | 16 | 125 | 43 | 62 | 112 | 46 |
| Binary | 10100111 | 10010000 | 11001 | 0 | 1110 | 1010101 | 100011 | 110010 | 1001010 | 100110 |
Color Harmonies of #A79019
Complementary color
Monochromatic Colors of #A79019
Black with #A79019
Text Example
Text Example
White with #A79019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79019; }
p { color: rgb(167,144,25); }
H1.HeaderClassName
{
color: #A79019;
}
.AnyTagClassName
{
color: #A79019;
}
</style>
background-color css
<style>
a { background-color: #A79019; }
a { background-color: rgb(167,144,25); }
div.DivClassName
{
background-color: #A79019;
}
.BgClassName
{
background-color: #A79019;
}
</style>
border-color css
<style>
span { border-color: #A79019; }
span { border-color: rgb(167,144,25); }
td.TdClassName
{
border-color: #A79019;
}
.TagClassName
{
border-color: #A79019;
}
</style>