Shades of Lucky #A59C05
Tints of Lucky #A59C05
RGB
CMYK
RGB Variations
Color information
#A59C05 (or 0xA59C05) is known color: Lucky. HEX triplet: A5, 9C and 05. RGB value is (165,156,5). Sum of RGB (Red+Green+Blue) = 165+156+5=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C05 is #5A63FA. Grayscale: #8E8E8E. Windows color (decimal): -5923835 or 367781. OLE color: 367781.
HSL color Cylindrical-coordinate representation of color #A59C05: hue angle of 56.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A59C05 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.35 |
| HSL | 56.63º | 0.94% | 0.33% | - |
| HSV(B) | 56.63º | 0.97% | 0.65% | - |
| XYZ | 27.43 | 31.79 | 4.83 | - |
| YUV | 141.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 5 | 0 | 0.05 | 0.97 | 0.35 | 56.63 | 0.94 | 0.33 |
| Hex | A5 | 9C | 5 | 0 | 5 | 61 | 23 | 39 | 5E | 21 |
| Octal | 245 | 234 | 5 | 0 | 5 | 141 | 43 | 71 | 136 | 41 |
| Binary | 10100101 | 10011100 | 101 | 0 | 101 | 1100001 | 100011 | 111001 | 1011110 | 100001 |
Color Harmonies of #A59C05
Complementary color
Monochromatic Colors of #A59C05
Black with #A59C05
Text Example
Text Example
White with #A59C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C05; }
p { color: rgb(165,156,5); }
H1.HeaderClassName
{
color: #A59C05;
}
.AnyTagClassName
{
color: #A59C05;
}
</style>
background-color css
<style>
a { background-color: #A59C05; }
a { background-color: rgb(165,156,5); }
div.DivClassName
{
background-color: #A59C05;
}
.BgClassName
{
background-color: #A59C05;
}
</style>
border-color css
<style>
span { border-color: #A59C05; }
span { border-color: rgb(165,156,5); }
td.TdClassName
{
border-color: #A59C05;
}
.TagClassName
{
border-color: #A59C05;
}
</style>