#A7A321

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

Shades of Lucky #A7A321

Tints of Lucky #A7A321

Color information

#A7A321 (or 0xA7A321) is unknown color: approx Lucky. HEX triplet: A7, A3 and 21. RGB value is (167,163,33). Sum of RGB (Red+Green+Blue) = 167+163+33=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A321 is #585CDE. Grayscale: #959595. Windows color (decimal): -5790943 or 2204583. OLE color: 2204583.

HSL color Cylindrical-coordinate representation of color #A7A321: hue angle of 58.21º degrees, saturation: 0.67, 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 #A7A321 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16716333-
CMYK00.020.800.35
HSL58.21º67%39.22%-
HSV(B)58.21º80.24%65.49%-
XYZ29.3134.526.56-
YUV149.3862.33140.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=46.01%
G=44.90%
B=9.09%

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
Decimal1671633300.020.800.3558.216739.22
HexA7A3210250233a4327
Octal2472434102120437210347
Binary101001111010001110000101010100001000111110101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A321; }

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

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

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

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

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

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

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

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