Shades of Lucky #A79E18
Tints of Lucky #A79E18
RGB
CMYK
RGB Variations
Color information
#A79E18 (or 0xA79E18) is known color: Lucky. HEX triplet: A7, 9E and 18. RGB value is (167,158,24). Sum of RGB (Red+Green+Blue) = 167+158+24=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79E18 is #5861E7. Grayscale: #919191. Windows color (decimal): -5792232 or 1613479. OLE color: 1613479.
HSL color Cylindrical-coordinate representation of color #A79E18: hue angle of 56.22º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A79E18 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 158 | 24 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.35 |
| HSL | 56.22º | 0.75% | 0.37% | - |
| HSV(B) | 56.22º | 0.86% | 0.65% | - |
| XYZ | 28.33 | 32.74 | 5.69 | - |
| YUV | 145.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 158 | 24 | 0 | 0.05 | 0.86 | 0.35 | 56.22 | 0.75 | 0.37 |
| Hex | A7 | 9E | 18 | 0 | 5 | 56 | 23 | 38 | 4B | 25 |
| Octal | 247 | 236 | 30 | 0 | 5 | 126 | 43 | 70 | 113 | 45 |
| Binary | 10100111 | 10011110 | 11000 | 0 | 101 | 1010110 | 100011 | 111000 | 1001011 | 100101 |
Color Harmonies of #A79E18
Complementary color
Monochromatic Colors of #A79E18
Black with #A79E18
Text Example
Text Example
White with #A79E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79E18; }
p { color: rgb(167,158,24); }
H1.HeaderClassName
{
color: #A79E18;
}
.AnyTagClassName
{
color: #A79E18;
}
</style>
background-color css
<style>
a { background-color: #A79E18; }
a { background-color: rgb(167,158,24); }
div.DivClassName
{
background-color: #A79E18;
}
.BgClassName
{
background-color: #A79E18;
}
</style>
border-color css
<style>
span { border-color: #A79E18; }
span { border-color: rgb(167,158,24); }
td.TdClassName
{
border-color: #A79E18;
}
.TagClassName
{
border-color: #A79E18;
}
</style>