#A4A032

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

Shades of Lucky #A4A032

Tints of Lucky #A4A032

Color information

#A4A032 (or 0xA4A032) is unknown color: approx Lucky. HEX triplet: A4, A0 and 32. RGB value is (164,160,50). Sum of RGB (Red+Green+Blue) = 164+160+50=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A032 is #5B5FCD. Grayscale: #959595. Windows color (decimal): -5988302 or 3317924. OLE color: 3317924.

HSL color Cylindrical-coordinate representation of color #A4A032: hue angle of 57.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4A032 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16416050-
CMYK00.020.700.36
HSL57.89º53.27%41.96%-
HSV(B)57.89º69.51%64.31%-
XYZ28.4633.267.94-
YUV148.6672.33138.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 160 (62.89% from 255) = 42.78%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=43.85%
G=42.78%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641605000.020.700.3657.8953.2741.96
HexA4A0320246243a352a
Octal244240620210644726552
Binary10100100101000001100100101000110100100111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A032; }

 p { color: rgb(164,160,50); }

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

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

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

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

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

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

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