#A29604

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

Shades of Lucky #A29604

Tints of Lucky #A29604

Color information

#A29604 (or 0xA29604) is unknown color: approx Lucky. HEX triplet: A2, 96 and 04. RGB value is (162,150,4). Sum of RGB (Red+Green+Blue) = 162+150+4=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A29604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29604 is #5D69FB. Grayscale: #898989. Windows color (decimal): -6121980 or 300706. OLE color: 300706.

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

Color convert

RGB1621504-
CMYK00.070.980.36
HSL55.44º95.18%32.55%-
HSV(B)55.44º97.53%63.53%-
XYZ25.8329.54.45-
YUV136.9452.98145.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=51.27%
G=47.47%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162150400.070.980.3655.4495.1832.55
HexA2964076224375f21
Octal242226407142446713741
Binary1010001010010110100011111000101001001101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29604; }

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

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

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

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

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

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

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

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