#A7A119

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

Shades of Lucky #A7A119

Tints of Lucky #A7A119

Color information

#A7A119 (or 0xA7A119) is unknown color: approx Lucky. HEX triplet: A7, A1 and 19. RGB value is (167,161,25). Sum of RGB (Red+Green+Blue) = 167+161+25=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A119 is #585EE6. Grayscale: #939393. Windows color (decimal): -5791463 or 1679783. OLE color: 1679783.

HSL color Cylindrical-coordinate representation of color #A7A119: hue angle of 57.46º 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 #A7A119 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB16716125-
CMYK00.040.850.35
HSL57.46º73.96%37.65%-
HSV(B)57.46º85.03%65.49%-
XYZ28.8633.785.92-
YUV147.2958.99142.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671612500.040.850.3557.4673.9637.65
HexA7A119045523394a26
Octal2472413104125437111246
Binary101001111010000111001010010101011000111110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A119; }

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

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

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

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

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

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

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

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