#A4930A

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

Shades of Lucky #A4930A

Tints of Lucky #A4930A

Color information

#A4930A (or 0xA4930A) is unknown color: approx Lucky. HEX triplet: A4, 93 and 0A. RGB value is (164,147,10). Sum of RGB (Red+Green+Blue) = 164+147+10=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4930A is #5B6CF5. Grayscale: #898989. Windows color (decimal): -5991670 or 693156. OLE color: 693156.

HSL color Cylindrical-coordinate representation of color #A4930A: hue angle of 53.38º 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 #A4930A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16414710-
CMYK00.100.940.36
HSL53.38º88.51%34.12%-
HSV(B)53.38º93.9%64.31%-
XYZ25.828.784.48-
YUV136.4656.63147.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=51.09%
G=45.79%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641471000.100.940.3653.3888.5134.12
HexA493A0A5E24355922
Octal24422312012136446513142
Binary101001001001001110100101010111101001001101011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4930A; }

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

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

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

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

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

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

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

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