Shades of Lucky #A4A525
Tints of Lucky #A4A525
RGB
CMYK
RGB Variations
Color information
#A4A525 (or 0xA4A525) is known color: Lucky. HEX triplet: A4, A5 and 25. RGB value is (164,165,37). Sum of RGB (Red+Green+Blue) = 164+165+37=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A525 is #5B5ADA. Grayscale: #969696. Windows color (decimal): -5987035 or 2467236. OLE color: 2467236.
HSL color Cylindrical-coordinate representation of color #A4A525: hue angle of 60.47º 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 #A4A525 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 165 | 37 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.35 |
| HSL | 60.47º | 0.63% | 0.4% | - |
| HSV(B) | 60.47º | 0.78% | 0.65% | - |
| XYZ | 29.1 | 34.94 | 6.96 | - |
| YUV | 150.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 37 | 0.01 | 0 | 0.78 | 0.35 | 60.47 | 0.63 | 0.4 |
| Hex | A4 | A5 | 25 | 1 | 0 | 4E | 23 | 3C | 3F | 28 |
| Octal | 244 | 245 | 45 | 1 | 0 | 116 | 43 | 74 | 77 | 50 |
| Binary | 10100100 | 10100101 | 100101 | 1 | 0 | 1001110 | 100011 | 111100 | 111111 | 101000 |
Color Harmonies of #A4A525
Complementary color
Monochromatic Colors of #A4A525
Black with #A4A525
Text Example
Text Example
White with #A4A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A525; }
p { color: rgb(164,165,37); }
H1.HeaderClassName
{
color: #A4A525;
}
.AnyTagClassName
{
color: #A4A525;
}
</style>
background-color css
<style>
a { background-color: #A4A525; }
a { background-color: rgb(164,165,37); }
div.DivClassName
{
background-color: #A4A525;
}
.BgClassName
{
background-color: #A4A525;
}
</style>
border-color css
<style>
span { border-color: #A4A525; }
span { border-color: rgb(164,165,37); }
td.TdClassName
{
border-color: #A4A525;
}
.TagClassName
{
border-color: #A4A525;
}
</style>