#A4A918

Color #A4A918 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A4A918

Tints of Lucky #A4A918

Color information

#A4A918 (or 0xA4A918) is unknown color: approx Lucky. HEX triplet: A4, A9 and 18. RGB value is (164,169,24). Sum of RGB (Red+Green+Blue) = 164+169+24=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A918 is #5B56E7. Grayscale: #979797. Windows color (decimal): -5986024 or 1616292. OLE color: 1616292.

HSL color Cylindrical-coordinate representation of color #A4A918: hue angle of 62.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4A918 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16416924-
CMYK0.0300.860.34
HSL62.07º75.13%37.84%-
HSV(B)62.07º85.8%66.27%-
XYZ29.6636.336.31-
YUV150.9756.34137.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=45.94%
G=47.34%
B=6.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164169240.0300.860.3462.0775.1337.84
HexA4A9183056223e4b26
Octal2442513030126427611346
Binary10100100101010011100011010101101000101111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A918; }

 p { color: rgb(164,169,24); }

 H1.HeaderClassName
 {
   color: #A4A918;
 }
 .AnyTagClassName
 {
   color: #A4A918;
 }
</style>
background-color css

<style>
 a { background-color: #A4A918; }

 a { background-color: rgb(164,169,24); }

 div.DivClassName
 {
   background-color: #A4A918;
 }
 .BgClassName
 {
   background-color: #A4A918;
 }
</style>
border-color css

<style>
 span { border-color: #A4A918; }

 span { border-color: rgb(164,169,24); }

 td.TdClassName
 {
   border-color: #A4A918;
 }
 .TagClassName
 {
   border-color: #A4A918;
 }
</style>