#A19204

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

Shades of Lucky #A19204

Tints of Lucky #A19204

Color information

#A19204 (or 0xA19204) is unknown color: approx Lucky. HEX triplet: A1, 92 and 04. RGB value is (161,146,4). Sum of RGB (Red+Green+Blue) = 161+146+4=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A19204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19204 is #5E6DFB. Grayscale: #868686. Windows color (decimal): -6188540 or 299681. OLE color: 299681.

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

Color convert

RGB1611464-
CMYK00.090.980.37
HSL54.27º95.15%32.35%-
HSV(B)54.27º97.52%63.14%-
XYZ2528.144.23-
YUV134.354.47147.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=51.77%
G=46.95%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161146400.090.980.3754.2795.1532.35
HexA1924096225365f20
Octal2412224011142456613740
Binary10100001100100101000100111000101001011101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19204; }

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

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

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

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

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

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

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

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