#a19704

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

Shades of Lucky #A19704

Tints of Lucky #A19704

Color information

#A19704 (or 0xA19704) is unknown color: approx Lucky. HEX triplet: A1, 97 and 04. RGB value is (161,151,4). Sum of RGB (Red+Green+Blue) = 161+151+4=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A19704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19704 is #5E68FB. Grayscale: #898989. Windows color (decimal): -6187260 or 300961. OLE color: 300961.

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

Color convert

RGB1611514-
CMYK00.060.980.37
HSL56.18º95.15%32.35%-
HSV(B)56.18º97.52%63.14%-
XYZ25.7929.724.49-
YUV137.2352.81144.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=50.95%
G=47.78%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161151400.060.980.3756.1895.1532.35
HexA1974066225385f20
Octal241227406142457013740
Binary1010000110010111100011011000101001011110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19704; }

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

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

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

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

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

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

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

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