Shades of Lucky #A5A51E
Tints of Lucky #A5A51E
RGB
CMYK
RGB Variations
Color information
#A5A51E (or 0xA5A51E) is known color: Lucky. HEX triplet: A5, A5 and 1E. RGB value is (165,165,30). Sum of RGB (Red+Green+Blue) = 165+165+30=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A51E is #5A5AE1. Grayscale: #969696. Windows color (decimal): -5921506 or 2008485. OLE color: 2008485.
HSL color Cylindrical-coordinate representation of color #A5A51E: hue angle of 60º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5A51E is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 165 | 30 | - |
| CMYK | 0 | 0 | 0.82 | 0.35 |
| HSL | 60º | 0.69% | 0.38% | - |
| HSV(B) | 60º | 0.82% | 0.65% | - |
| XYZ | 29.21 | 35 | 6.45 | - |
| YUV | 149.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 30 | 0 | 0 | 0.82 | 0.35 | 60 | 0.69 | 0.38 |
| Hex | A5 | A5 | 1E | 0 | 0 | 52 | 23 | 3C | 45 | 26 |
| Octal | 245 | 245 | 36 | 0 | 0 | 122 | 43 | 74 | 105 | 46 |
| Binary | 10100101 | 10100101 | 11110 | 0 | 0 | 1010010 | 100011 | 111100 | 1000101 | 100110 |
Color Harmonies of #A5A51E
Complementary color
Monochromatic Colors of #A5A51E
Black with #A5A51E
Text Example
Text Example
White with #A5A51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A51E; }
p { color: rgb(165,165,30); }
H1.HeaderClassName
{
color: #A5A51E;
}
.AnyTagClassName
{
color: #A5A51E;
}
</style>
background-color css
<style>
a { background-color: #A5A51E; }
a { background-color: rgb(165,165,30); }
div.DivClassName
{
background-color: #A5A51E;
}
.BgClassName
{
background-color: #A5A51E;
}
</style>
border-color css
<style>
span { border-color: #A5A51E; }
span { border-color: rgb(165,165,30); }
td.TdClassName
{
border-color: #A5A51E;
}
.TagClassName
{
border-color: #A5A51E;
}
</style>