#a19629

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

Shades of Lucky #A19629

Tints of Lucky #A19629

Color information

#A19629 (or 0xA19629) is unknown color: approx Lucky. HEX triplet: A1, 96 and 29. RGB value is (161,150,41). Sum of RGB (Red+Green+Blue) = 161+150+41=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A19629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19629 is #5E69D6. Grayscale: #8D8D8D. Windows color (decimal): -6187479 or 2725537. OLE color: 2725537.

HSL color Cylindrical-coordinate representation of color #A19629: hue angle of 54.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A19629 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16115041-
CMYK00.070.750.37
HSL54.5º59.41%39.61%-
HSV(B)54.5º74.53%63.14%-
XYZ2629.556.43-
YUV140.8671.64142.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=45.74%
G=42.61%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611504100.070.750.3754.559.4139.61
HexA19629074B25363b28
Octal241226510711345667350
Binary101000011001011010100101111001011100101110110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19629; }

 p { color: rgb(161,150,41); }

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

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

 a { background-color: rgb(161,150,41); }

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

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

 span { border-color: rgb(161,150,41); }

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