Shades of Lucky #A4A926
Tints of Lucky #A4A926
RGB
CMYK
RGB Variations
Color information
#A4A926 (or 0xA4A926) is known color: Lucky. HEX triplet: A4, A9 and 26. RGB value is (164,169,38). Sum of RGB (Red+Green+Blue) = 164+169+38=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A926 is #5B56D9. Grayscale: #999999. Windows color (decimal): -5986010 or 2533796. OLE color: 2533796.
HSL color Cylindrical-coordinate representation of color #A4A926: hue angle of 62.29º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4A926 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 38 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.34 |
| HSL | 62.29º | 0.63% | 0.41% | - |
| HSV(B) | 62.29º | 0.78% | 0.66% | - |
| XYZ | 29.85 | 36.41 | 7.29 | - |
| YUV | 152.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 38 | 0.03 | 0 | 0.78 | 0.34 | 62.29 | 0.63 | 0.41 |
| Hex | A4 | A9 | 26 | 3 | 0 | 4E | 22 | 3E | 3F | 29 |
| Octal | 244 | 251 | 46 | 3 | 0 | 116 | 42 | 76 | 77 | 51 |
| Binary | 10100100 | 10101001 | 100110 | 11 | 0 | 1001110 | 100010 | 111110 | 111111 | 101001 |
Color Harmonies of #A4A926
Complementary color
Monochromatic Colors of #A4A926
Black with #A4A926
Text Example
Text Example
White with #A4A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A926; }
p { color: rgb(164,169,38); }
H1.HeaderClassName
{
color: #A4A926;
}
.AnyTagClassName
{
color: #A4A926;
}
</style>
background-color css
<style>
a { background-color: #A4A926; }
a { background-color: rgb(164,169,38); }
div.DivClassName
{
background-color: #A4A926;
}
.BgClassName
{
background-color: #A4A926;
}
</style>
border-color css
<style>
span { border-color: #A4A926; }
span { border-color: rgb(164,169,38); }
td.TdClassName
{
border-color: #A4A926;
}
.TagClassName
{
border-color: #A4A926;
}
</style>