#A19104

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

Shades of Lucky #A19104

Tints of Lucky #A19104

Color information

#A19104 (or 0xA19104) is unknown color: approx Lucky. HEX triplet: A1, 91 and 04. RGB value is (161,145,4). Sum of RGB (Red+Green+Blue) = 161+145+4=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A19104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19104 is #5E6EFB. Grayscale: #868686. Windows color (decimal): -6188796 or 299425. OLE color: 299425.

HSL color Cylindrical-coordinate representation of color #A19104: hue angle of 53.89º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A19104 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1611454-
CMYK00.100.980.37
HSL53.89º95.15%32.35%-
HSV(B)53.89º97.52%63.14%-
XYZ24.8527.844.18-
YUV133.7154.8147.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=51.94%
G=46.77%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161145400.100.980.3753.8995.1532.35
HexA19140A6225365f20
Octal2412214012142456613740
Binary10100001100100011000101011000101001011101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19104; }

 p { color: rgb(161,145,4); }

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

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

 a { background-color: rgb(161,145,4); }

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

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

 span { border-color: rgb(161,145,4); }

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