#A7A322

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

Shades of Lucky #A7A322

Tints of Lucky #A7A322

Color information

#A7A322 (or 0xA7A322) is unknown color: approx Lucky. HEX triplet: A7, A3 and 22. RGB value is (167,163,34). Sum of RGB (Red+Green+Blue) = 167+163+34=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A322 is #585CDD. Grayscale: #969696. Windows color (decimal): -5790942 or 2270119. OLE color: 2270119.

HSL color Cylindrical-coordinate representation of color #A7A322: hue angle of 58.2º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7A322 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16716334-
CMYK00.020.800.35
HSL58.2º66.17%39.41%-
HSV(B)58.2º79.64%65.49%-
XYZ29.3234.536.63-
YUV149.4962.83140.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 34 (13.67% from 255) = 9.34%
R=45.88%
G=44.78%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671633400.020.800.3558.266.1739.41
HexA7A3220250233a4227
Octal2472434202120437210247
Binary101001111010001110001001010100001000111110101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A322; }

 p { color: rgb(167,163,34); }

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

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

 a { background-color: rgb(167,163,34); }

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

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

 span { border-color: rgb(167,163,34); }

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