Shades of Lucky #A79A00
Tints of Lucky #A79A00
RGB
CMYK
RGB Variations
Color information
#A79A00 (or 0xA79A00) is known color: Lucky. HEX triplet: A7, 9A and 00. RGB value is (167,154,0). Sum of RGB (Red+Green+Blue) = 167+154+0=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79A00 is #5865FF. Grayscale: #8C8C8C. Windows color (decimal): -5793280 or 39591. OLE color: 39591.
HSL color Cylindrical-coordinate representation of color #A79A00: hue angle of 55.33º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A79A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.35 |
| HSL | 55.33º | 1% | 0.33% | - |
| HSV(B) | 55.33º | 1% | 0.65% | - |
| XYZ | 27.49 | 31.33 | 4.6 | - |
| YUV | 140.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 0 | 0 | 0.08 | 1 | 0.35 | 55.33 | 1 | 0.33 |
| Hex | A7 | 9A | 0 | 0 | 8 | 64 | 23 | 37 | 64 | 21 |
| Octal | 247 | 232 | 0 | 0 | 10 | 144 | 43 | 67 | 144 | 41 |
| Binary | 10100111 | 10011010 | 0 | 0 | 1000 | 1100100 | 100011 | 110111 | 1100100 | 100001 |
Color Harmonies of #A79A00
Complementary color
Monochromatic Colors of #A79A00
Black with #A79A00
Text Example
Text Example
White with #A79A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A00; }
p { color: rgb(167,154,0); }
H1.HeaderClassName
{
color: #A79A00;
}
.AnyTagClassName
{
color: #A79A00;
}
</style>
background-color css
<style>
a { background-color: #A79A00; }
a { background-color: rgb(167,154,0); }
div.DivClassName
{
background-color: #A79A00;
}
.BgClassName
{
background-color: #A79A00;
}
</style>
border-color css
<style>
span { border-color: #A79A00; }
span { border-color: rgb(167,154,0); }
td.TdClassName
{
border-color: #A79A00;
}
.TagClassName
{
border-color: #A79A00;
}
</style>