Shades of Lucky #A79928
Tints of Lucky #A79928
RGB
CMYK
RGB Variations
Color information
#A79928 (or 0xA79928) is known color: Lucky. HEX triplet: A7, 99 and 28. RGB value is (167,153,40). Sum of RGB (Red+Green+Blue) = 167+153+40=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A79928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79928 is #5866D7. Grayscale: #909090. Windows color (decimal): -5793496 or 2660775. OLE color: 2660775.
HSL color Cylindrical-coordinate representation of color #A79928: hue angle of 53.39º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A79928 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 40 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.35 |
| HSL | 53.39º | 0.61% | 0.41% | - |
| HSV(B) | 53.39º | 0.76% | 0.65% | - |
| XYZ | 27.71 | 31.15 | 6.56 | - |
| YUV | 144.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 40 | 0 | 0.08 | 0.76 | 0.35 | 53.39 | 0.61 | 0.41 |
| Hex | A7 | 99 | 28 | 0 | 8 | 4C | 23 | 35 | 3D | 29 |
| Octal | 247 | 231 | 50 | 0 | 10 | 114 | 43 | 65 | 75 | 51 |
| Binary | 10100111 | 10011001 | 101000 | 0 | 1000 | 1001100 | 100011 | 110101 | 111101 | 101001 |
Color Harmonies of #A79928
Complementary color
Monochromatic Colors of #A79928
Black with #A79928
Text Example
Text Example
White with #A79928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79928; }
p { color: rgb(167,153,40); }
H1.HeaderClassName
{
color: #A79928;
}
.AnyTagClassName
{
color: #A79928;
}
</style>
background-color css
<style>
a { background-color: #A79928; }
a { background-color: rgb(167,153,40); }
div.DivClassName
{
background-color: #A79928;
}
.BgClassName
{
background-color: #A79928;
}
</style>
border-color css
<style>
span { border-color: #A79928; }
span { border-color: rgb(167,153,40); }
td.TdClassName
{
border-color: #A79928;
}
.TagClassName
{
border-color: #A79928;
}
</style>