#A7A106

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

Shades of Lucky #A7A106

Tints of Lucky #A7A106

Color information

#A7A106 (or 0xA7A106) is unknown color: approx Lucky. HEX triplet: A7, A1 and 06. RGB value is (167,161,6). Sum of RGB (Red+Green+Blue) = 167+161+6=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A106 is #585EF9. Grayscale: #919191. Windows color (decimal): -5791482 or 434599. OLE color: 434599.

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

Color convert

RGB1671616-
CMYK00.040.960.35
HSL57.76º93.06%33.92%-
HSV(B)57.76º96.41%65.49%-
XYZ28.7133.725.17-
YUV145.1249.49143.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=50%
G=48.20%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167161600.040.960.3557.7693.0633.92
HexA7A160460233a5d22
Octal247241604140437213542
Binary1010011110100001110010011000001000111110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A106; }

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

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

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

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

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

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

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

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