#a7a219

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

Shades of Lucky #A7A219

Tints of Lucky #A7A219

Color information

#A7A219 (or 0xA7A219) is unknown color: approx Lucky. HEX triplet: A7, A2 and 19. RGB value is (167,162,25). Sum of RGB (Red+Green+Blue) = 167+162+25=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A219 is #585DE6. Grayscale: #949494. Windows color (decimal): -5791207 or 1680039. OLE color: 1680039.

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

Color convert

RGB16716225-
CMYK00.030.850.35
HSL57.89º73.96%37.65%-
HSV(B)57.89º85.03%65.49%-
XYZ29.0334.135.98-
YUV147.8858.66141.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 25 (10.16% from 255) = 7.06%
R=47.18%
G=45.76%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671622500.030.850.3557.8973.9637.65
HexA7A2190355233a4a26
Octal2472423103125437211246
Binary10100111101000101100101110101011000111110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7a219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7a219; }

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

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

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

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

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

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

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

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