#A29404

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

Shades of Lucky #A29404

Tints of Lucky #A29404

Color information

#A29404 (or 0xA29404) is unknown color: approx Lucky. HEX triplet: A2, 94 and 04. RGB value is (162,148,4). Sum of RGB (Red+Green+Blue) = 162+148+4=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A29404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29404 is #5D6BFB. Grayscale: #888888. Windows color (decimal): -6122492 or 300194. OLE color: 300194.

HSL color Cylindrical-coordinate representation of color #A29404: hue angle of 54.68º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A29404 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1621484-
CMYK00.090.980.36
HSL54.68º95.18%32.55%-
HSV(B)54.68º97.53%63.53%-
XYZ25.5128.874.34-
YUV135.7753.64146.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=51.59%
G=47.13%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162148400.090.980.3654.6895.1832.55
HexA2944096224375f21
Octal2422244011142446713741
Binary10100010100101001000100111000101001001101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29404; }

 p { color: rgb(162,148,4); }

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

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

 a { background-color: rgb(162,148,4); }

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

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

 span { border-color: rgb(162,148,4); }

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