#A1A719

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

Shades of Lucky #A1A719

Tints of Lucky #A1A719

Color information

#A1A719 (or 0xA1A719) is unknown color: approx Lucky. HEX triplet: A1, A7 and 19. RGB value is (161,167,25). Sum of RGB (Red+Green+Blue) = 161+167+25=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A719 is #5E58E6. Grayscale: #959595. Windows color (decimal): -6183143 or 1681313. OLE color: 1681313.

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

Color convert

RGB16116725-
CMYK0.0400.850.35
HSL62.54º73.96%37.65%-
HSV(B)62.54º85.03%65.49%-
XYZ28.6935.286.22-
YUV149.0258.01136.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 25 (10.16% from 255) = 7.08%
R=45.61%
G=47.31%
B=7.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161167250.0400.850.3562.5473.9637.65
HexA1A7194055233f4a26
Octal2412473140125437711246
Binary101000011010011111001100010101011000111111111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A719; }

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

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

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

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

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

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

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

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