Shades of Lucky #A79012
Tints of Lucky #A79012
RGB
CMYK
RGB Variations
Color information
#A79012 (or 0xA79012) is known color: Lucky. HEX triplet: A7, 90 and 12. RGB value is (167,144,18). Sum of RGB (Red+Green+Blue) = 167+144+18=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A79012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79012 is #586FED. Grayscale: #898989. Windows color (decimal): -5795822 or 1216679. OLE color: 1216679.
HSL color Cylindrical-coordinate representation of color #A79012: hue angle of 50.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A79012 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 18 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.35 |
| HSL | 50.74º | 0.81% | 0.36% | - |
| HSV(B) | 50.74º | 0.89% | 0.65% | - |
| XYZ | 26.02 | 28.21 | 4.65 | - |
| YUV | 136.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 18 | 0 | 0.14 | 0.89 | 0.35 | 50.74 | 0.81 | 0.36 |
| Hex | A7 | 90 | 12 | 0 | E | 59 | 23 | 33 | 51 | 24 |
| Octal | 247 | 220 | 22 | 0 | 16 | 131 | 43 | 63 | 121 | 44 |
| Binary | 10100111 | 10010000 | 10010 | 0 | 1110 | 1011001 | 100011 | 110011 | 1010001 | 100100 |
Color Harmonies of #A79012
Complementary color
Monochromatic Colors of #A79012
Black with #A79012
Text Example
Text Example
White with #A79012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79012; }
p { color: rgb(167,144,18); }
H1.HeaderClassName
{
color: #A79012;
}
.AnyTagClassName
{
color: #A79012;
}
</style>
background-color css
<style>
a { background-color: #A79012; }
a { background-color: rgb(167,144,18); }
div.DivClassName
{
background-color: #A79012;
}
.BgClassName
{
background-color: #A79012;
}
</style>
border-color css
<style>
span { border-color: #A79012; }
span { border-color: rgb(167,144,18); }
td.TdClassName
{
border-color: #A79012;
}
.TagClassName
{
border-color: #A79012;
}
</style>