#A39904

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

Shades of Lucky #A39904

Tints of Lucky #A39904

Color information

#A39904 (or 0xA39904) is unknown color: approx Lucky. HEX triplet: A3, 99 and 04. RGB value is (163,153,4). Sum of RGB (Red+Green+Blue) = 163+153+4=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A39904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39904 is #5C66FB. Grayscale: #8B8B8B. Windows color (decimal): -6055676 or 301475. OLE color: 301475.

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

Color convert

RGB1631534-
CMYK00.060.980.36
HSL56.23º95.21%32.75%-
HSV(B)56.23º97.55%63.92%-
XYZ26.5230.584.62-
YUV13951.81145.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=50.94%
G=47.81%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163153400.060.980.3656.2395.2132.75
HexA3994066224385f21
Octal243231406142447013741
Binary1010001110011001100011011000101001001110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39904; }

 p { color: rgb(163,153,4); }

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

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

 a { background-color: rgb(163,153,4); }

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

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

 span { border-color: rgb(163,153,4); }

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