#A4A30A

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

Shades of Lucky #A4A30A

Tints of Lucky #A4A30A

Color information

#A4A30A (or 0xA4A30A) is unknown color: approx Lucky. HEX triplet: A4, A3 and 0A. RGB value is (164,163,10). Sum of RGB (Red+Green+Blue) = 164+163+10=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A30A is #5B5CF5. Grayscale: #929292. Windows color (decimal): -5987574 or 697252. OLE color: 697252.

HSL color Cylindrical-coordinate representation of color #A4A30A: hue angle of 59.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4A30A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16416310-
CMYK00.010.940.36
HSL59.61º88.51%34.12%-
HSV(B)59.61º93.9%64.31%-
XYZ28.4634.115.37-
YUV145.8651.33140.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 10 (4.30% from 255) = 2.97%
R=48.66%
G=48.37%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641631000.010.940.3659.6188.5134.12
HexA4A3A015E243c5922
Octal2442431201136447413142
Binary101001001010001110100110111101001001111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A30A; }

 p { color: rgb(164,163,10); }

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

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

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

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

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

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

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