Shades of Lucky #A5A109
Tints of Lucky #A5A109
RGB
CMYK
RGB Variations
Color information
#A5A109 (or 0xA5A109) is known color: Lucky. HEX triplet: A5, A1 and 09. RGB value is (165,161,9). Sum of RGB (Red+Green+Blue) = 165+161+9=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A109 is #5A5EF6. Grayscale: #919191. Windows color (decimal): -5922551 or 631205. OLE color: 631205.
HSL color Cylindrical-coordinate representation of color #A5A109: hue angle of 58.46º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5A109 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.35 |
| HSL | 58.46º | 0.9% | 0.34% | - |
| HSV(B) | 58.46º | 0.95% | 0.65% | - |
| XYZ | 28.31 | 33.51 | 5.23 | - |
| YUV | 144.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 9 | 0 | 0.02 | 0.95 | 0.35 | 58.46 | 0.9 | 0.34 |
| Hex | A5 | A1 | 9 | 0 | 2 | 5F | 23 | 3A | 5A | 22 |
| Octal | 245 | 241 | 11 | 0 | 2 | 137 | 43 | 72 | 132 | 42 |
| Binary | 10100101 | 10100001 | 1001 | 0 | 10 | 1011111 | 100011 | 111010 | 1011010 | 100010 |
Color Harmonies of #A5A109
Complementary color
Monochromatic Colors of #A5A109
Black with #A5A109
Text Example
Text Example
White with #A5A109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A109; }
p { color: rgb(165,161,9); }
H1.HeaderClassName
{
color: #A5A109;
}
.AnyTagClassName
{
color: #A5A109;
}
</style>
background-color css
<style>
a { background-color: #A5A109; }
a { background-color: rgb(165,161,9); }
div.DivClassName
{
background-color: #A5A109;
}
.BgClassName
{
background-color: #A5A109;
}
</style>
border-color css
<style>
span { border-color: #A5A109; }
span { border-color: rgb(165,161,9); }
td.TdClassName
{
border-color: #A5A109;
}
.TagClassName
{
border-color: #A5A109;
}
</style>