#A4A718

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

Shades of Lucky #A4A718

Tints of Lucky #A4A718

Color information

#A4A718 (or 0xA4A718) is unknown color: approx Lucky. HEX triplet: A4, A7 and 18. RGB value is (164,167,24). Sum of RGB (Red+Green+Blue) = 164+167+24=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A718 is #5B58E7. Grayscale: #969696. Windows color (decimal): -5986536 or 1615780. OLE color: 1615780.

HSL color Cylindrical-coordinate representation of color #A4A718: hue angle of 61.26º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4A718 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16416724-
CMYK0.0200.860.35
HSL61.26º74.87%37.45%-
HSV(B)61.26º85.63%65.49%-
XYZ29.2935.66.19-
YUV149.857.01138.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 24 (9.77% from 255) = 6.76%
R=46.20%
G=47.04%
B=6.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167240.0200.860.3561.2674.8737.45
HexA4A7182056233d4b25
Octal2442473020126437511345
Binary10100100101001111100010010101101000111111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A718; }

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

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

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

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

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

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

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

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