#A7AA20

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

Shades of Lucky #A7AA20

Tints of Lucky #A7AA20

Color information

#A7AA20 (or 0xA7AA20) is unknown color: approx Lucky. HEX triplet: A7, AA and 20. RGB value is (167,170,32). Sum of RGB (Red+Green+Blue) = 167+170+32=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA20 is #5855DF. Grayscale: #999999. Windows color (decimal): -5789152 or 2140839. OLE color: 2140839.

HSL color Cylindrical-coordinate representation of color #A7AA20: hue angle of 61.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7AA20 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB16717032-
CMYK0.0200.810.33
HSL61.3º68.32%39.61%-
HSV(B)61.3º81.18%66.67%-
XYZ30.5737.076.91-
YUV153.3759.51137.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 32 (12.89% from 255) = 8.67%
R=45.26%
G=46.07%
B=8.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170320.0200.810.3361.368.3239.61
HexA7AA202051213d4428
Octal2472524020121417510450
Binary101001111010101010000010010100011000011111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA20; }

 p { color: rgb(167,170,32); }

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

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

 a { background-color: rgb(167,170,32); }

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

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

 span { border-color: rgb(167,170,32); }

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