Shades of Lucky #A79800
Tints of Lucky #A79800
RGB
CMYK
RGB Variations
Color information
#A79800 (or 0xA79800) is known color: Lucky. HEX triplet: A7, 98 and 00. RGB value is (167,152,0). Sum of RGB (Red+Green+Blue) = 167+152+0=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A79800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79800 is #5867FF. Grayscale: #8B8B8B. Windows color (decimal): -5793792 or 39079. OLE color: 39079.
HSL color Cylindrical-coordinate representation of color #A79800: hue angle of 54.61º 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 #A79800 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 152 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.35 |
| HSL | 54.61º | 1% | 0.33% | - |
| HSV(B) | 54.61º | 1% | 0.65% | - |
| XYZ | 27.16 | 30.67 | 4.49 | - |
| YUV | 139.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 0 | 0 | 0.09 | 1 | 0.35 | 54.61 | 1 | 0.33 |
| Hex | A7 | 98 | 0 | 0 | 9 | 64 | 23 | 37 | 64 | 21 |
| Octal | 247 | 230 | 0 | 0 | 11 | 144 | 43 | 67 | 144 | 41 |
| Binary | 10100111 | 10011000 | 0 | 0 | 1001 | 1100100 | 100011 | 110111 | 1100100 | 100001 |
Color Harmonies of #A79800
Complementary color
Monochromatic Colors of #A79800
Black with #A79800
Text Example
Text Example
White with #A79800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79800; }
p { color: rgb(167,152,0); }
H1.HeaderClassName
{
color: #A79800;
}
.AnyTagClassName
{
color: #A79800;
}
</style>
background-color css
<style>
a { background-color: #A79800; }
a { background-color: rgb(167,152,0); }
div.DivClassName
{
background-color: #A79800;
}
.BgClassName
{
background-color: #A79800;
}
</style>
border-color css
<style>
span { border-color: #A79800; }
span { border-color: rgb(167,152,0); }
td.TdClassName
{
border-color: #A79800;
}
.TagClassName
{
border-color: #A79800;
}
</style>