#A4A428

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

Shades of Lucky #A4A428

Tints of Lucky #A4A428

Color information

#A4A428 (or 0xA4A428) is unknown color: approx Lucky. HEX triplet: A4, A4 and 28. RGB value is (164,164,40). Sum of RGB (Red+Green+Blue) = 164+164+40=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A428 is #5B5BD7. Grayscale: #969696. Windows color (decimal): -5987288 or 2663588. OLE color: 2663588.

HSL color Cylindrical-coordinate representation of color #A4A428: hue angle of 60º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4A428 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16416440-
CMYK000.760.36
HSL60º60.78%40%-
HSV(B)60º75.61%64.31%-
XYZ28.9734.67.16-
YUV149.8666138.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=44.57%
G=44.57%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416440000.760.366060.7840
HexA4A428004C243c3d28
Octal244244500011444747550
Binary1010010010100100101000001001100100100111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A428; }

 p { color: rgb(164,164,40); }

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

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

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

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

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

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

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