Shades of Lucky #A5A525
Tints of Lucky #A5A525
RGB
CMYK
RGB Variations
Color information
#A5A525 (or 0xA5A525) is known color: Lucky. HEX triplet: A5, A5 and 25. RGB value is (165,165,37). Sum of RGB (Red+Green+Blue) = 165+165+37=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A525 is #5A5ADA. Grayscale: #969696. Windows color (decimal): -5921499 or 2467237. OLE color: 2467237.
HSL color Cylindrical-coordinate representation of color #A5A525: hue angle of 60º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5A525 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 165 | 37 | - |
| CMYK | 0 | 0 | 0.78 | 0.35 |
| HSL | 60º | 0.63% | 0.4% | - |
| HSV(B) | 60º | 0.78% | 0.65% | - |
| XYZ | 29.31 | 35.04 | 6.97 | - |
| YUV | 150.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 37 | 0 | 0 | 0.78 | 0.35 | 60 | 0.63 | 0.4 |
| Hex | A5 | A5 | 25 | 0 | 0 | 4E | 23 | 3C | 3F | 28 |
| Octal | 245 | 245 | 45 | 0 | 0 | 116 | 43 | 74 | 77 | 50 |
| Binary | 10100101 | 10100101 | 100101 | 0 | 0 | 1001110 | 100011 | 111100 | 111111 | 101000 |
Color Harmonies of #A5A525
Complementary color
Monochromatic Colors of #A5A525
Black with #A5A525
Text Example
Text Example
White with #A5A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A525; }
p { color: rgb(165,165,37); }
H1.HeaderClassName
{
color: #A5A525;
}
.AnyTagClassName
{
color: #A5A525;
}
</style>
background-color css
<style>
a { background-color: #A5A525; }
a { background-color: rgb(165,165,37); }
div.DivClassName
{
background-color: #A5A525;
}
.BgClassName
{
background-color: #A5A525;
}
</style>
border-color css
<style>
span { border-color: #A5A525; }
span { border-color: rgb(165,165,37); }
td.TdClassName
{
border-color: #A5A525;
}
.TagClassName
{
border-color: #A5A525;
}
</style>