#A1A71C

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

Shades of Lucky #A1A71C

Tints of Lucky #A1A71C

Color information

#A1A71C (or 0xA1A71C) is unknown color: approx Lucky. HEX triplet: A1, A7 and 1C. RGB value is (161,167,28). Sum of RGB (Red+Green+Blue) = 161+167+28=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A71C is #5E58E3. Grayscale: #959595. Windows color (decimal): -6183140 or 1877921. OLE color: 1877921.

HSL color Cylindrical-coordinate representation of color #A1A71C: hue angle of 62.59º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1A71C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16116728-
CMYK0.0400.830.35
HSL62.59º71.28%38.24%-
HSV(B)62.59º83.23%65.49%-
XYZ28.7335.36.4-
YUV149.3659.51136.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=45.22%
G=46.91%
B=7.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161167280.0400.830.3562.5971.2838.24
HexA1A71C4053233f4726
Octal2412473440123437710746
Binary101000011010011111100100010100111000111111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A71C; }

 p { color: rgb(161,167,28); }

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

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

 a { background-color: rgb(161,167,28); }

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

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

 span { border-color: rgb(161,167,28); }

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