Shades of Lucky #A5A62C
Tints of Lucky #A5A62C
RGB
CMYK
RGB Variations
Color information
#A5A62C (or 0xA5A62C) is known color: Lucky. HEX triplet: A5, A6 and 2C. RGB value is (165,166,44). Sum of RGB (Red+Green+Blue) = 165+166+44=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A62C is #5A59D3. Grayscale: #989898. Windows color (decimal): -5921236 or 2926245. OLE color: 2926245.
HSL color Cylindrical-coordinate representation of color #A5A62C: hue angle of 60.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5A62C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 44 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.35 |
| HSL | 60.49º | 0.58% | 0.41% | - |
| HSV(B) | 60.49º | 0.73% | 0.65% | - |
| XYZ | 29.61 | 35.45 | 7.67 | - |
| YUV | 151.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 44 | 0.01 | 0 | 0.73 | 0.35 | 60.49 | 0.58 | 0.41 |
| Hex | A5 | A6 | 2C | 1 | 0 | 49 | 23 | 3C | 3A | 29 |
| Octal | 245 | 246 | 54 | 1 | 0 | 111 | 43 | 74 | 72 | 51 |
| Binary | 10100101 | 10100110 | 101100 | 1 | 0 | 1001001 | 100011 | 111100 | 111010 | 101001 |
Color Harmonies of #A5A62C
Complementary color
Monochromatic Colors of #A5A62C
Black with #A5A62C
Text Example
Text Example
White with #A5A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A62C; }
p { color: rgb(165,166,44); }
H1.HeaderClassName
{
color: #A5A62C;
}
.AnyTagClassName
{
color: #A5A62C;
}
</style>
background-color css
<style>
a { background-color: #A5A62C; }
a { background-color: rgb(165,166,44); }
div.DivClassName
{
background-color: #A5A62C;
}
.BgClassName
{
background-color: #A5A62C;
}
</style>
border-color css
<style>
span { border-color: #A5A62C; }
span { border-color: rgb(165,166,44); }
td.TdClassName
{
border-color: #A5A62C;
}
.TagClassName
{
border-color: #A5A62C;
}
</style>