#A7A222

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

Shades of Lucky #A7A222

Tints of Lucky #A7A222

Color information

#A7A222 (or 0xA7A222) is unknown color: approx Lucky. HEX triplet: A7, A2 and 22. RGB value is (167,162,34). Sum of RGB (Red+Green+Blue) = 167+162+34=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A222 is #585DDD. Grayscale: #959595. Windows color (decimal): -5791198 or 2269863. OLE color: 2269863.

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

Color convert

RGB16716234-
CMYK00.030.800.35
HSL57.74º66.17%39.41%-
HSV(B)57.74º79.64%65.49%-
XYZ29.1534.176.57-
YUV148.963.16140.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 34 (13.67% from 255) = 9.37%
R=46.01%
G=44.63%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671623400.030.800.3557.7466.1739.41
HexA7A2220350233a4227
Octal2472424203120437210247
Binary101001111010001010001001110100001000111110101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A222; }

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

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

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

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

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

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

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

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