#A7A022

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

Shades of Lucky #A7A022

Tints of Lucky #A7A022

Color information

#A7A022 (or 0xA7A022) is unknown color: approx Lucky. HEX triplet: A7, A0 and 22. RGB value is (167,160,34). Sum of RGB (Red+Green+Blue) = 167+160+34=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A022 is #585FDD. Grayscale: #949494. Windows color (decimal): -5791710 or 2269351. OLE color: 2269351.

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

Color convert

RGB16716034-
CMYK00.040.800.35
HSL56.84º66.17%39.41%-
HSV(B)56.84º79.64%65.49%-
XYZ28.833.476.46-
YUV147.7363.82141.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 34 (13.67% from 255) = 9.42%
R=46.26%
G=44.32%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671603400.040.800.3556.8466.1739.41
HexA7A022045023394227
Octal2472404204120437110247
Binary1010011110100000100010010010100001000111110011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A022; }

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

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

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

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

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

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

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

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